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

Commit

Permalink
[Rackspace] Split false/broken MCB coverage
Browse files Browse the repository at this point in the history
Conflicts:
	src/chrome/content/rules/Rackspace.xml

Conflicts:
	src/chrome/content/rules/Rackspace.xml
  • Loading branch information
MB committed Sep 6, 2014
1 parent 27c9201 commit dc3c73c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/chrome/content/rules/Rackspace.com-falsemixed.xml
@@ -0,0 +1,13 @@
<!--
For rules not causing false/broken MCB, see Rackspace.xml.
-->
<ruleset name="Rackspace.com (false MCB)" platform="mixedcontent">

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


<rule from="^http://www\.rackspace\.com/talent"
to="https://www.rackspace.com/talent" />

</ruleset>
32 changes: 32 additions & 0 deletions src/chrome/content/rules/Rackspace.xml
@@ -1,4 +1,7 @@
<!--
For rules causing false/broken MCB, see Rackspace.com-falsemixed.xml.
Nonfunctional domains:
- status.apps.rackspace.com
Expand All @@ -8,6 +11,31 @@
- mosso.com (cert: *.rackspacecloud.com; redirects to www.rackspace.com/cloud/)
Partially covered domains:
- (www.)rackspace.com * (cloud/ doesn't work [NB: elaborate, in what way?])
* knowledge_center/ redirects to http, avoiding false/broken MCB on talent/
Mixed content:
- iframes on www from www.youtube.com *
- css, on:
- www from www *
- www from fonts.googleapis.com *
- Images, on:
- www from images.cdn.rackspace.com *
- www from \w+.r\d+.cf\d.rackcdn.com *
- www from images.cdn.rackspace.com *
* Secured by us
-->
<ruleset name="Rackspace (partial)" platform="mixedcontent">

Expand Down Expand Up @@ -47,6 +75,10 @@
<target host="*.rackspace.com" />
<exclusion pattern="^http://www\.rackspace\.com/cloud/" />
<exclusion pattern="^http://www\.rackspace\.com/knowledge_center/" />
<!--
Avoid false/broken MCB:
-->
<exclusion pattern="^http://www\.rackspace\.com/+talent(?!/wp-content/|/wp-includes/)" />
<target host="rackspace.com.hk" />
<target host="www.rackspace.com.hk" />
<target host="rackspace.co.uk" />
Expand Down

0 comments on commit dc3c73c

Please sign in to comment.