We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee1f739 + 0cc6985 commit 9ab6a07Copy full SHA for 9ab6a07
src/chrome/content/rules/Denh.am.xml
@@ -0,0 +1,10 @@
1
+<ruleset name="Denh.am">
2
+
3
+ <target host="denh.am" />
4
+ <target host="*.denh.am" />
5
6
7
+ <rule from="^http://([^/:@\.]+\.)?denh\.am/"
8
+ to="https://$1denh.am/" />
9
10
+</ruleset>
src/chrome/content/rules/Gfycat.com.xml
@@ -1,15 +1,10 @@
-<!--
- Nonfunctional subdomains:
-
- - (www.) (503)
--->
-<ruleset name="Gfycat.com (partial)">
+<ruleset name="Gfycat.com">
+ <target host="gfycat.com" />
<target host="*.gfycat.com" />
11
12
- <rule from="^http://(assets|zippy)\.gfycat\.com/"
13
- to="https://$1.gfycat.com/" />
+ <rule from="^http://([^/:@\.]+\.)?gfycat\.com/"
+ to="https://$1gfycat.com/" />
14
15
</ruleset>
0 commit comments