Skip to content

Commit 7fa14cd

Browse files
committed
Merge pull request EFForg#512 from jpds/strongswan-enable
[strongSwan] Enable strongSwan ruleset know that it's not using CACert.
2 parents 0a6c0f7 + c48134c commit 7fa14cd

File tree

2 files changed

+21
-29
lines changed

2 files changed

+21
-29
lines changed

src/chrome/content/rules/StrongSwan.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<ruleset name="strongSwan">
2+
<target host="strongswan.org" />
3+
<target host="*.strongswan.org" />
4+
5+
<!-- Observed cookie domains:
6+
- ^/
7+
- ^wiki
8+
- ^www
9+
-->
10+
<securecookie host="^(?:.*\.)?strongswan\.org$" name=".+" />
11+
12+
13+
<!-- Observed subdomains:
14+
- download
15+
- git
16+
- wiki
17+
- www
18+
-->
19+
<rule from="^http://(\w+\.)?strongswan\.org/"
20+
to="https://$1strongswan.org/" />
21+
</ruleset>

0 commit comments

Comments
 (0)