We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf9718 commit b9a96a5Copy full SHA for b9a96a5
2 files changed
src/chrome/content/rules/FreeThesaurus.com.xml
@@ -0,0 +1,18 @@
1
+<!--
2
+ For other related rulesets, see TheFreeDictionary.com.xml
3
+
4
+ Wildcard DNS and cert. Host responds to any subdomain.
5
+-->
6
+<ruleset name="FreeThesaurus.com">
7
+ <target host="freethesaurus.com" />
8
+ <target host="*.freethesaurus.com" />
9
10
+ <test url="http://www.freethesaurus.com/" />
11
+ <test url="http://encyclopedia.freethesaurus.com/" />
12
+ <test url="http://pt.freethesaurus.com/" />
13
14
+ <securecookie host=".+" name=".+" />
15
16
+ <rule from="^http:"
17
+ to="https:" />
18
+</ruleset>
src/chrome/content/rules/TheFreeDictionary.com.xml
@@ -1,4 +1,7 @@
<!--
+ Other related ruleset:
+ - FreeThesaurus.com.xml
Nonfunctional subdomain:
- c (t)
0 commit comments