Skip to content

Commit 32369bf

Browse files
committed
Merge pull request EFForg#2589 from godsflaw/tilt
Added blog and ambassador to exclusions
2 parents 8442fd3 + df4482b commit 32369bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/chrome/content/rules/Tilt.com.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
<target host="tilt.com" />
2525
<target host="*.tilt.com" />
2626

27-
<exclusion pattern="^http://(?:engineering|stories|policies)\.tilt\.com" />
27+
<exclusion pattern="^http://(?:blog|engineering|ambassador|stories|policies)\.tilt\.com" />
2828

29+
<test url="http://blog.tilt.com/" />
2930
<test url="http://engineering.tilt.com/" />
31+
<test url="http://ambassador.tilt.com/" />
3032
<test url="http://stories.tilt.com/" />
3133
<test url="http://policies.tilt.com/" />
3234

33-
<test url="http://blog.tilt.com/" />
3435
<test url="http://open.tilt.com/" />
35-
<test url="http://questions.tilt.com/" />
3636
<test url="http://www.tilt.com/" />
3737

3838
<rule from="^http://([\w-]+\.)?tilt\.com/"

0 commit comments

Comments
 (0)