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

Commit

Permalink
Greatnonprofits.org
Browse files Browse the repository at this point in the history
  • Loading branch information
MB committed Jan 31, 2014
1 parent c798fbf commit b704d81
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/chrome/content/rules/Greatnonprofits.org.xml
@@ -0,0 +1,45 @@
<!--
CDN buckets:
- ?.cloudfront.net
- cdn
Problematic subdomains:
- api (dropped)
- cdn (cloudfront)
Mixed content:
- Web bugs on ^ from www.facebook.com *
* Secured by us
-->
<ruleset name="Greatnonprofits.org (partial)">

<target host="greatnonprofits.org" />
<target host="*.greatnonprofits.org" />
<!--
$ 403s.
-->
<!--exclusion pattern="^http://api\.greatnonprofits\.org/$" /-->
<!--
The following redirects to ^
-->
<exclusion pattern="^http://api\.greatnonprofits\.org/+(?!whitelabel/reviews/[\w-]+(?:$|\?))" />


<securecookie host="^greatnonprofits\.org$" name=".+" />


<rule from="^http://(?:api\.|(www\.))?greatnonprofits\.org/"
to="https://$1greatnonprofits.org/" />

<rule from="^http://(?:cdn|static)\.greatnonprofits\.org/"
to="https://static.greatnonprofits.org/" />

</ruleset>

0 comments on commit b704d81

Please sign in to comment.