There was an error while loading. Please reload this page.
2 parents 0a6c0f7 + c48134c commit 7fa14cdCopy full SHA for 7fa14cd
2 files changed
src/chrome/content/rules/StrongSwan.xml
src/chrome/content/rules/strongSwan.xml
@@ -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