diff options
author | stuebinm | 2021-12-04 17:45:33 +0100 |
---|---|---|
committer | stuebinm | 2021-12-12 17:42:53 +0100 |
commit | 31341b2ca45043c04750c7dee64fdf68ad142450 (patch) | |
tree | 8d87d1aa41618f958e14aa4d9fb184d4c6120dc9 | |
parent | 0dbe448959d6aa03f0ea99a7e180e2cafaedf651 (diff) |
update readme with new URI scopes
-rw-r--r-- | Readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -76,8 +76,10 @@ For now there are three types of such rules: 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`). +There are currently four possible scopes: `map` applies to tiled map links +(i.e. `exitUrl`), `website` to `openWebsite`, `audio` to `playAudio`, and +`bbb` to Big Blue Button rooms (though that last one may be changed again, +depending on the bbb deployment in use). ## Output |