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

Commit

Permalink
[COIN-OR.org] Update and reactivate ruleset (#10384)
Browse files Browse the repository at this point in the history
* [COIN-OR.org] Update and reactivate ruleset

* Rename file

* [COIN-OR.org] Fix typo in target
  • Loading branch information
Bisaloo authored and J0WI committed Jun 14, 2017
1 parent 342d6fb commit 8e0da2a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
26 changes: 26 additions & 0 deletions src/chrome/content/rules/COIN-OR.org.xml
@@ -0,0 +1,26 @@
<!--
Different content http/https:
coin-or.org
optimization-suite.coin-or.org
wptest.coin-or.org
Invalid certificate:
hudson.coin-or.org
http://*.coin-or.org redirects to https://www.coin-or.org
-->
<ruleset name="COIN-OR.org">

<target host="www.coin-or.org" />
<target host="git.coin-or.org" />
<target host="list.coin-or.org" />
<target host="projects.coin-or.org" />
<target host="svn.coin-or.org" />

<securecookie host="^projects\.coin-or\.org$" name=".+" />

<rule from="^http:"
to="https:" />

</ruleset>

This file was deleted.

0 comments on commit 8e0da2a

Please sign in to comment.