Skip to content

Commit 159905a

Browse files
author
MB
committed
Wattpad.com
1 parent 9b4d367 commit 159905a

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!--
2+
wattpad.zendesk.com <=> support.zendesk.com
3+
4+
5+
Nonfunctional subdomains
6+
7+
- blog ¹
8+
- support ²
9+
10+
¹ Refused
11+
² zendesk, redirects back
12+
13+
14+
^: refused
15+
16+
17+
Some pages redirect to http.
18+
19+
20+
Mixed content:
21+
22+
- favicon on shop and www from a *
23+
24+
* Secured by us
25+
26+
-->
27+
<ruleset name="Wattpad.com (partial)">
28+
29+
<target host="wattpad.com" />
30+
<target host="*.wattpad.com" />
31+
<!--
32+
Redirect to http:
33+
-->
34+
<!--exclusion pattern="http://www\.wattpad\.com/(about|press|stories|user_password|writers)($|\?)" /-->
35+
<!--
36+
Exceptions
37+
-->
38+
<!--exclusion pattern="http://www\.wattpad\.com/(?!$|\?|(?:dialog/send_download_link|user_login)(?:$|[?/]))" /-->
39+
40+
41+
<rule from="^http://(?:www\.)?wattpad\.com/(?=$|\?|user_login(?:$|[?/]))"
42+
to="https://www.wattpad.com/" />
43+
44+
<rule from="^http://(a|shop)\.wattpad\.com/"
45+
to="https://$1.wattpad.com/" />
46+
47+
<!--rule from="^http://support\.wattpad\.com/"
48+
to="https://wattpad.zendesk.com/" /-->
49+
50+
</ruleset>

0 commit comments

Comments
 (0)