Skip to content

Commit 7a4d7c3

Browse files
author
funkydude
committed
[Apple] Add exclusion
Creates an exclusion for /apple-events/ which is currently broken (constant reload loop).
1 parent 354b4d6 commit 7a4d7c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/chrome/content/rules/Apple.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524

525525
<!-- Redirects to http:
526526
-->
527-
<exclusion pattern="http://www\.apple\.com/(?:\w\w/)?shop(?:$|[?/])" />
527+
<exclusion pattern="^http://www\.apple\.com/(?:\w\w/)?shop(?:$|[?/])" />
528528

529529
<!-- +ve:
530530
-->
@@ -534,6 +534,10 @@
534534
<test url="http://www.apple.com/shop/payment_plan" />
535535
<test url="http://www.apple.com/uk/shop/buy-mac/macbook/space-grey-512gb" />
536536

537+
<exclusion pattern="^http://www\.apple\.com/apple\-events/" />
538+
539+
<test url="http://www.apple.com/apple-events/" />
540+
<test url="http://www.apple.com/apple-events/march-2016/" />
537541

538542
<!-- Not secured by server:
539543
-->

0 commit comments

Comments
 (0)