We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffc1d5 commit b2bab24Copy full SHA for b2bab24
src/chrome/content/rules/GEANT.org.xml
@@ -4,6 +4,7 @@
4
Other GÉANT Association rulesets:
5
6
- GEANT.net.xml
7
+ - REFEDS.org.xml
8
- Terena.org.xml
9
10
src/chrome/content/rules/REFEDS.org.xml
@@ -0,0 +1,27 @@
1
+<!--
2
+ For other GÉANT Association coverage, see GEANT.org.xml.
3
+
+ Fully covered subdomains:
+ - (www.)?
+ - blog
+ - discovery
+ - reep
11
+ - wiki
12
13
+-->
14
+<ruleset name="REFEDS.org">
15
16
+ <target host="refeds.org" />
17
+ <target host="blog.refeds.org" />
18
+ <target host="discovery.refeds.org" />
19
+ <target host="reep.refeds.org" />
20
+ <target host="wiki.refeds.org" />
21
+ <target host="www.refeds.org" />
22
23
24
+ <rule from="^http:"
25
+ to="https:" />
26
27
+</ruleset>
0 commit comments