Created
September 29, 2013 01:58
-
-
Save seanbutnotheard/6748657 to your computer and use it in GitHub Desktop.
KBMOD.com HTTPS Everywhere Ruleset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ruleset name="KBMOD.com"> | |
<target host="www.kbmod.com" /> | |
<target host="kbmod.com" /> | |
<securecookie host="^.*\.kbmod\.com$" name=".*" /> | |
<exclusion pattern="^http://kbmod\.com/multistream/"/> | |
<rule from="^http://(www\.)?kbmod\.com" to="https://kbmod.com"/> | |
</ruleset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment