Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'pushed/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MB committed Feb 28, 2014
2 parents 64732e5 + f700264 commit fa0045d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/chrome/content/rules/EVGA.xml
@@ -1,11 +1,18 @@
<!--
Note: EVGA appears to break us proactively. More coverage
may need to be removed in the near future.
-->
<ruleset name="EVGA (partial)">

<target host="evga.com" />
<target host="*.evga.com" />
<!--
Started redirecting to http.
-->
<exclusion pattern="^http://www\.evga\.com/forums/\w+\.aspx" />
<!--exclusion pattern="^http://www\.evga\.com/forums/\w+\.aspx" /-->
<!--exclusion pattern="^http://www\.evga\.com/Products/(BrowseAll|ProductList|ShoppingCart)\.aspx" /-->
<exclusion pattern="^http://www\.evga\.com/(?:forums|Products)/\w+\.aspx" />
<target host="evga.com.au" />
<target host="www.evga.com.au" />
<target host="evga.com.tw" />
Expand Down

0 comments on commit fa0045d

Please sign in to comment.