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

Commit

Permalink
Update BufferedIO.xml (#9916)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj authored and J0WI committed May 14, 2017
1 parent 6675e5f commit 1da05c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/chrome/content/rules/BufferedIO.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<ruleset name="BufferedIO" default_off="Cacert signed">
<target host="buffered.io" />
<target host="www.buffered.io" />
<ruleset name="BufferedIO" default_off="mismatched">
<target host="buffered.io" />
<target host="www.buffered.io" />

<securecookie host="^(?:.+\.)?buffered\.io$" name=".*"/>
<securecookie host=".+" name=".+" />

<rule from="^http://(?:www\.)?buffered\.io/" to="https://buffered.io/"/>
<rule from="^http:" to="https:" />
</ruleset>

0 comments on commit 1da05c8

Please sign in to comment.