From d813226928fda8314e44330da1bc6f2c024f0b14 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 30 May 2023 11:33:56 +0300 Subject: Renamed Unsupported paths handling => Unsupported iframes handling https://github.com/libredirect/browser_extension/issues/648 --- src/pages/options/widgets/services.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/options/widgets') 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 -- cgit 1.4.1