
This is an automated email from the git hooks/post-receive script. alexishan pushed a commit to annotated tag 2022.5.24 in repository https-everywhere. commit 78d3425aef62d79da2c63c0fcd89ae9837af9a09 Author: KOLANICH <KOLANICH@users.noreply.github.com> AuthorDate: Wed Sep 29 15:44:39 2021 +0000 ipset.netfilter.org is no longer nonfunctional. (#20023) Also removed dead subdomains. Co-Authored-By: J0WI <J0WI@users.noreply.github.com> Co-authored-by: J0WI <J0WI@users.noreply.github.com> --- src/chrome/content/rules/Netfilter.org.xml | 32 +++--------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/src/chrome/content/rules/Netfilter.org.xml b/src/chrome/content/rules/Netfilter.org.xml index f9d6afbc27..f294bd793e 100644 --- a/src/chrome/content/rules/Netfilter.org.xml +++ b/src/chrome/content/rules/Netfilter.org.xml @@ -2,7 +2,6 @@ Nonfunctional subdomains: - ftp * - - ipset * - planet * Shows bugzilla.netfilter.org @@ -28,25 +27,11 @@ <target host="netfilter.org" /> <target host="bugzilla.netfilter.org" /> <target host="git.netfilter.org" /> - <target host="people.netfilter.org" /> + <target host="ipset.netfilter.org" /> <target host="lists.netfilter.org" /> - <target host="www.netfilter.org" /> + <target host="people.netfilter.org" /> <target host="workshop.netfilter.org" /> - - <!-- Complications: - --> - <target host="patchwork.netfilter.org" /> - <target host="svn.netfilter.org" /> - <target host="vishnu.netfilter.org" /> - - <!-- p://patches.../\w.* 404s: - --> - <exclusion pattern="^http://patchwork\.netfilter\.org/+(?!$|\?)" /> - - <test url="http://patchwork.netfilter.org/index.htm" /> - <test url="http://patchwork.netfilter.org//index.htm" /> - <test url="http://patchwork.netfilter.org/index.php" /> - <test url="http://patchwork.netfilter.org//index.php" /> + <target host="www.netfilter.org" /> <!-- Not secured by server: @@ -56,17 +41,6 @@ <securecookie host=".+\.netfilter\.org$" name=".+" /> - <!-- Redirect drops forward slash and args - --> - <rule from="^http://patchwork\.netfilter\.org/.*" - to="https://patchwork.ozlabs.org/project/netfilter-devel/list/" /> - - <test url="http://patchwork.netfilter.org/?" /> - <test url="http://patchwork.netfilter.org//" /> - - <rule from="^http://(?:svn|vishnu)\.netfilter\.org/" - to="https://bugzilla.netfilter.org/" /> - <rule from="^http:" to="https:" /> -- To stop receiving notification emails like this one, please contact the administrator of this repository.