diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-30 11:33:56 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-30 11:33:56 +0300 |
commit | d813226928fda8314e44330da1bc6f2c024f0b14 (patch) | |
tree | d845e2c6b32c8f82c328825362646d71dc09039b /src/pages/options/widgets | |
parent | Added Binternet https://codeberg.org/LibRedirect/browser_extension/issues/87 (diff) | |
download | libredirect-d813226928fda8314e44330da1bc6f2c024f0b14.zip |
Renamed Unsupported paths handling => Unsupported iframes handling https://github.com/libredirect/browser_extension/issues/648
Diffstat (limited to 'src/pages/options/widgets')
-rw-r--r-- | src/pages/options/widgets/services.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/options/widgets/services.pug b/src/pages/options/widgets/services.pug index 7154050e..5d09b397 100644 --- a/src/pages/options/widgets/services.pug +++ b/src/pages/options/widgets/services.pug @@ -35,7 +35,7 @@ each val, service in services select(id=service+"-redirectType") div(class="some-block option-block") - h4 Unsupported paths handling + h4 Unsupported iframes handling select(id=service+"-unsupportedUrls") option(value="bypass") bypass option(value="block") block |