Security settings, like allowed applications, lock screen, eg.
Path:

security

Hierarchy

  • Security

Properties

allowExternalApps: boolean

Default: false

If SiteKiosk is allowed to load external apps it will check the SiteKiosk/apps folder in the external storage directory for custom SiteKiosk apps

security.allowExternalApps

allowInsecureHttpAuth: boolean

Default: false

Whether to allow Basic Authentication. This is considered insecure, because Android does not allow to safely delete the credentials

security.allowInsecureHttpAuth

allowedApps: string[]

Default: []

The list of android packages to allow to be displayed to the user. A non-empty list will also cause the system/navigation bar to appear and the lock screen to be disabled

security.allowedApps

disableAutoLock: boolean

Default: false

Prevents the automatic activation of the Android lock-screen with the SiteKiosk master password. After changing this setting, close the configuration and restart SiteKiosk.

security.disableAutoLock

disableHomeScreen: boolean

Default: false

When the home screen is disabled SiteKiosk will not require the user to set the preferred home screen, but still auto-starts on boot. This is intended as an option for devices which have no virtual or physical home button accessible

security.disableHomeScreen

disableLockScreen: boolean

Default: false

Explicitly disables the lock screen and makes the system/navigation bar appear, even if there are no allowed third-party apps

security.disableLockScreen

geolocationUrls: string[]

Default:

[
  "http://www.provisio.com/",
  "http://www.sitekiosk.com/"
]


The origins (scheme, host, port) of the listed URLs will be allowed to acces the geolocation of the device. Geolocation requets of all other origins will be denied.

security.geolocationUrls

knox: Knox

These settings allow you to customize the KNOX kiosk mode, which will automatically be used on all supported SAMSUNG devices with KNOX 3.0 or above.

security.knox

objectModelAccess: ObjectModelAccess

Configures which URl has access to the SiteKiosk object model.

security.objectModelAccess

permanentCookieUrls: string[]

Default:

[
  "http://www.provisio.com/",
  "http://www.sitekiosk.com/"
]


The cookies stored by the given URLs will be exempted from deletion

security.permanentCookieUrls

Generated using TypeDoc