Skip to content

Commit cf5d347

Browse files
author
Alexander Buchner
committed
Added exclusion, see EFForg#2566
1 parent 3279ab7 commit cf5d347

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/chrome/content/rules/Launchpad.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@
5959
<target host="launchpadlibrarian.net" />
6060
<target host="*.launchpadlibrarian.net" />
6161

62-
<!-- Redirects to http:
63-
-->
64-
<!--exclusion pattern="^http://feeds\.launchpad\.net/($|\w+/announcements\.atom$)" /-->
6562
<!--
6663
We preempt redirect from $:
6764
-->
6865
<exclusion pattern="^http://feeds\.launchpad\.net/(?!$)" />
66+
<exclusion pattern="^http://ppa\.launchpad\.net/"/>
6967

7068
<test url="http://feeds.launchpad.net/" />
7169
<test url="http://feeds.launchpad.net/rohc/announcements.atom" />
@@ -85,10 +83,7 @@
8583

8684
<!-- Not secured by server:
8785
-->
88-
<!--securecookie host="^blog\.launchpad\.net$" name="^((wordpress|wordpress_logged_in|wordpress_sec|wordpresspass|wordpressuser)_[\da-f]{32}|wordpress_test_cookie)$" /-->
89-
<!--securecookie host="^login\.launchpad\.net$" name="^openid_referer$" /-->
90-
91-
<securecookie host="^(?:.*\.)?launchpad\.net$" name=".+" />
86+
<securecookie host="^(?:.*\.)?launchpad\.net$" name=".+" />
9287
<securecookie host="^(?:.*\.)?launchpadlibrarian\.net$" name=".+" />
9388

9489
<exclusion pattern="^http://blog\.launchpad\.net/" />

0 commit comments

Comments
 (0)