Skip to content

Commit fe09cd5

Browse files
committed
Merge pull request EFForg#4018 from snadorp/feature/nuggadFix
[nugg.ad] Fix subdomain handling for nuggad.net
2 parents 7c74ac5 + d53ed8b commit fe09cd5

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

src/chrome/content/rules/Nugg.ad.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
<!--
2-
Nonfunctional subdomains:
3-
4-
- (www.) *
5-
- goldbach *
6-
7-
* Refused
8-
-->
9-
<ruleset name="nugg.ad (partial)">
1+
<ruleset name="nugg.ad">
102

3+
<target host="*.nugg.ad" />
114
<target host="*.nuggad.net" />
125

136
<securecookie host="^\.nuggad\.net$" name="^d$" />
147

15-
<rule from="^http://([\w-]+-s|bei|ci|gwp|poldk|mtm|si|71|71iv|asv)\.nuggad\.net/"
16-
to="https://$1.nuggad.net/" />
8+
<rule from="^http:"
9+
to="https:" />
1710

11+
<test url="http://www.nugg.ad/" />
1812
<test url="http://71.nuggad.net/" />
1913
<test url="http://71iv.nuggad.net/" />
2014
<test url="http://asv.nuggad.net/" />

0 commit comments

Comments
 (0)