We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156e314 commit c590226Copy full SHA for c590226
1 file changed
src/chrome/content/rules/ResearcherID.com.xml
@@ -0,0 +1,29 @@
1
+<!--
2
+ Connection refused:
3
+ - dl.researcherid.com
4
+ - ul.researcherid.com
5
+
6
+ Connection reset:
7
+ - ridws.researcherid.com
8
9
+ Invalid certificate:
10
+ - origin-eagan-www.researcherid.com
11
+ - origin-plano-www.researcherid.com
12
13
+ Timed out:
14
+ - account-int.researcherid.com
15
+ - account-qa.researcherid.com
16
+ - labs-qa.researcherid.com
17
+ - rid-qa.researcherid.com
18
+-->
19
20
+<ruleset name="ResearcherID.com">
21
+ <target host="researcherid.com" />
22
+ <target host="www.researcherid.com" />
23
+ <target host="account.researcherid.com" />
24
+ <target host="labs.researcherid.com" />
25
26
+ <securecookie host="^(www|account|labs)\.researcherid\.com$" name=".+" />
27
28
+ <rule from="^http:" to="https:" />
29
+</ruleset>
0 commit comments