We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363ab6e commit b08d208Copy full SHA for b08d208
1 file changed
src/chrome/content/rules/VIAF.org.xml
@@ -0,0 +1,22 @@
1
+<!--
2
+ ^viaf.org: Mismatched
3
+
4
+-->
5
+<ruleset name="VIAF.org">
6
7
+ <!-- Direct rewrites:
8
+ -->
9
+ <target host="viaf.org" />
10
11
+ <!-- Complications:
12
13
+ <target host="www.viaf.org" />
14
15
16
+ <rule from="^http://www\.viaf\.org/"
17
+ to="https://viaf.org/" />
18
19
+ <rule from="^http:"
20
+ to="https:" />
21
22
+</ruleset>
0 commit comments