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

Commit

Permalink
[OAG] Split false MCB coverage
Browse files Browse the repository at this point in the history
#529

Conflicts:
	src/chrome/content/rules/OAG.xml
  • Loading branch information
MB committed Sep 8, 2014
1 parent f02ef26 commit 2015f3f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/chrome/content/rules/OAG.com-falsemixed.xml
@@ -0,0 +1,14 @@
<!--
For rules not causing false/broken MCB, see OAG.xml.
-->
<ruleset name="OAG.com (false MCB)" platform="mixedcontent">

<target host="oag.com" />
<target host="www.oag.com" />


<rule from="^http://(www\.)?oag\.com/"
to="https://$1oag.com/" />

</ruleset>
29 changes: 28 additions & 1 deletion src/chrome/content/rules/OAG.xml
@@ -1,4 +1,7 @@
<!--
For rules causing false/broken MCB, see OAG.com-falsemixed.xml.
Other UBM rulesets:
- CMP.xml
Expand All @@ -8,11 +11,35 @@
- RISI.xml
- TechWeb.xml
- UBM-mismatches.xml
These altnames don't exist:
- www.tppro.oag.com
Mixed content:
- Script on (www.) from ajax.googleapis.com ¹
- css on (www.) from $self ¹
- Images on (www.) and tppro from $self ¹
- Bug on (www.) from angorch-cdr7.com ²
¹ Secured by us
² Unsecurable <= reset
-->
<ruleset name="OAG">
<ruleset name="OAG (partial)">

<target host="oag.com"/>
<target host="*.oag.com"/>
<!--
Avoid false/broken MCB:
-->
<exclusion pattern="^http://(?:www\.)?oag\.com/+(?!favicon\.ico|misc/|modules/|sites/)" />


<securecookie host="^tppro\.oag\.com$" name=".*"/>
Expand Down

0 comments on commit 2015f3f

Please sign in to comment.