Logout behaviour.
Path:

logout

Hierarchy

  • Logout

Properties

deleteCookies: boolean

Default: true

Removes all cookies except those defined as exempted on logout.

logout.deleteCookies

deleteHistory: boolean

Default: true

Deletes the internal back/forward lists on logout.

logout.deleteHistory

deleteOtherData: boolean

Default: true

Deletes other data on logout, including: find matches, filter caches, form data and ssl preferences.

logout.deleteOtherData

deleteTempFiles: boolean

Default: true

Clears the resource cache including disk files on logout.

logout.deleteTempFiles

deleteWebStorage: boolean

Default: true

Clears all storage currently being used by the JavaScript storage APIs on logout. This includes the Application Cache, Web SQL Database and the HTML5 Web Storage APIs.

logout.deleteWebStorage

reloadContentMainWebViews: boolean

Default: true

Whether to reload the main webviews displaying the content on logout.This ensures all child webviews/browsers to be cleared off private data, even if errors occured inside the content scripts. When disabled, you also need to disable the deleteCookies setting to keep the session alive.

logout.reloadContentMainWebViews

Generated using TypeDoc