We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354b4d6 commit 7a4d7c3Copy full SHA for 7a4d7c3
src/chrome/content/rules/Apple.xml
@@ -524,7 +524,7 @@
524
525
<!-- Redirects to http:
526
-->
527
- <exclusion pattern="http://www\.apple\.com/(?:\w\w/)?shop(?:$|[?/])" />
+ <exclusion pattern="^http://www\.apple\.com/(?:\w\w/)?shop(?:$|[?/])" />
528
529
<!-- +ve:
530
@@ -534,6 +534,10 @@
534
<test url="http://www.apple.com/shop/payment_plan" />
535
<test url="http://www.apple.com/uk/shop/buy-mac/macbook/space-grey-512gb" />
536
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/" />
541
542
<!-- Not secured by server:
543
0 commit comments