1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Added <option1|option2|...> syntax to webGL

Fixes #493
This commit is contained in:
kkapsner 2022-02-15 19:53:58 +01:00
parent fb231a070b
commit 1bd87e6953
4 changed files with 42 additions and 28 deletions

View file

@ -6,6 +6,7 @@ Version 1.8:
- added SVG protection
- added notice when dom.webAudio.enabled is set to false
- added {random vendor} and {random renderer} to UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL to use a random value from a given list
- added <option1|option2|...> syntax to UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL
fixes:
- errors in URL regular expressions broke CB