diff options
author | stuebinm | 2021-11-20 03:03:11 +0100 |
---|---|---|
committer | stuebinm | 2021-11-20 03:03:11 +0100 |
commit | aa383a2a3ab1c07167c3503a342630b632b3b8b2 (patch) | |
tree | 7494a59cdb4e436df3502b6bc02602d45d99156a /Readme.md | |
parent | 0682e115c350ad01ed0523f323e726d401cce04e (diff) |
minor addition
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -69,8 +69,10 @@ For now there are three types of such rules: case it will be rejected as a lint error. - `schema: {"scope":[scopes], "subst":{domain: prefix, ...}}`: if in a scope listed in `scopes` and given a URI with the domain `domain`, concatenate - `prefix` with the tail of this URI. If there is no applicable `domain`, - reject the URI + `prefix` with the tail of this URI. + +In case an URI is encountered and there is no applicable rule, it will be rejected +(note that this means you'll have to explicitly allow `https://` for links!) For now there are two (useful) scopes: `map` applies to tiled map links (i.e. `exitUrl`), and `website` applies to weblinks (i.e. `openWebsite`). |