We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b866981 commit 88c398dCopy full SHA for 88c398d
1 file changed
src/chrome/content/rules/Toogl.com.xml
@@ -0,0 +1,31 @@
1
+<!--
2
+ Nonfunctional subdomains:
3
+
4
+ - blog ¹
5
+ - jobs ²
6
+ - support ¹
7
8
+ ¹ Dropped
9
+ ² Redirects to http
10
11
12
+ Fully covered subdomains:
13
14
+ - (www.)?
15
+ - quiz
16
17
+-->
18
+<ruleset name="Toogl.com (partial)">
19
20
+ <target host="toogl.com" />
21
+ <target host="*.toogl.com" />
22
+ <!--
23
+ Redirects to http:
24
+ -->
25
+ <!--exclusion pattern="^http://jobs\.toogl\.com/($|favicon\.ico|images/|stylesheets/)" /-->
26
27
28
+ <rule from="^http://(quiz\.|www\.)?toogl\.com/"
29
+ to="https://$1toogl.com/" />
30
31
+</ruleset>
0 commit comments