WLWebview Kiosk
Settings

Web Content

Home URL, blacklist, whitelist, bookmark, files

1. Home URL

Configure the Home URL, which can be returned to as per Web Browsing -> Allow Go Home.

2. Blacklist & Whitelist Regex

Specify regular expressions (regex), one per line. Escaping is required for special characters in regex like . and ?.

These patterns also use partial matching. If you need strict control, anchor your regex with ^ and $.

Whitelist patterns take precedence over blacklist patterns.

2.1. Blacklist Example

Block all:

.*

Block google, including all subdomains and paths:

^https://.*\.?google\.com/?.*

2.2. Whitelist Example

Allow https://allowsite.com home page and all subdomains and paths for https://trusted.org to bypass rules in the blacklist:

^https://trusted\.org/?$
^https://.*\.trusted\.org/?.*

2.3. Regex Playground

3. Bookmarks

Specify bookmarked URLs one per line.

This is accessible in the address bar. See also: "Allow Bookmark Access" under Web Browsing.

4. Allow Local Files

Set to true to enable access to local files (html, image, text) that were uploaded in the app settings via the 3-dot icon () on the right of the address bar.

Default: true