We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9868f commit 91774c9Copy full SHA for 91774c9
src/chrome/content/rules/bioRxiv.org.xml
@@ -0,0 +1,18 @@
1
+<!--
2
+ Refused:
3
+ biorxiv.org
4
+
5
+-->
6
+<ruleset name="bioRxiv.org">
7
8
+ <target host="biorxiv.org" />
9
+ <target host="www.biorxiv.org" />
10
+ <target host="connect.biorxiv.org" />
11
+ <target host="submit.biorxiv.org" />
12
13
+ <rule from="^http://biorxiv\.org/"
14
+ to="https://www.biorxiv.org/" />
15
16
+ <rule from="^http:" to="https:" />
17
18
+</ruleset>
0 commit comments