From b3585293a7089837b8124970cde71d71f3965871 Mon Sep 17 00:00:00 2001 From: ilyaigpetrov Date: Fri, 29 Mar 2024 22:25:22 +0500 Subject: [PATCH] Replace the expired antizapret.info with rublacklist/roskomsvoboda registry of blocked sites --- .../src/extension-common/70-menu-items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/chromium/runet-censorship-bypass/src/extension-common/70-menu-items.js b/extensions/chromium/runet-censorship-bypass/src/extension-common/70-menu-items.js index 2a91768..5f49566 100644 --- a/extensions/chromium/runet-censorship-bypass/src/extension-common/70-menu-items.js +++ b/extensions/chromium/runet-censorship-bypass/src/extension-common/70-menu-items.js @@ -33,7 +33,7 @@ antizapretInfo: { title: 'Сайт в реестре блокировок?', - getUrl: (blockedUrl) => 'https://antizapret.info/index.php?search=' + new URL(blockedUrl).hostname, + getUrl: (blockedUrl) => 'https://reestr.rublacklist.net/?q=' + new URL(blockedUrl).hostname, order: 4, },