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

Commit

Permalink
No IP.com
Browse files Browse the repository at this point in the history
  • Loading branch information
MB committed Jan 9, 2014
1 parent 7383992 commit c8e0d32
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/chrome/content/rules/No_IP.com.xml
@@ -0,0 +1,29 @@
<!--
CDN buckets:
- d394491aozrvw2.cloudfront.net
- dmej8g5cpdyqd.cloudfront.net
Mixed content:
- css from fonts.googleapis.com *
- Images from dmej8g5cpdyqd.cloudfront.net *
* Secured by us
-->
<ruleset name="No IP.com">

<target host="noip.com" />
<target host="*.noip.com" />


<securecookie host="^(?:www)?\.noip\.com$" name=".+" />


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

</ruleset>

0 comments on commit c8e0d32

Please sign in to comment.