We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bfc83 commit 54460c2Copy full SHA for 54460c2
1 file changed
src/chrome/content/rules/Jacobin_Mag.com.xml
@@ -0,0 +1,28 @@
1
+<!--
2
+ Problematic subdomains:
3
+
4
+ - store *
5
6
+ * 404
7
8
9
+ These altnames don't exist:
10
11
+ - www.auth.jacobinmag.com
12
13
+-->
14
+<ruleset name="Jacobin Mag.com">
15
16
+ <target host="jacobinmag.com" />
17
+ <target host="*.jacobinmag.com" />
18
19
20
+ <rule from="^http://(auth\.|www\.)?jacobinmag\.com/"
21
+ to="https://$1jacobinmag.com/" />
22
23
+ <!-- Redirect drops path but not args:
24
+ -->
25
+ <rule from="^http://store\.jacobinmag\.com/[^?]*"
26
+ to="https://jacobinmag.com/subscribe/" />
27
28
+</ruleset>
0 commit comments