1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <ruleset name="DeviantArt (pending)" default_off="site operator says not ready yet">
- <target host="deviantart.com" />
- <target host="*.deviantart.com" />
- <target host="deviantart.net" />
- <target host="*.deviantart.net" />
-
-
- <securecookie host="^\.deviantart\.com$" name=".*" />
-
- <rule from="^http://([aei]|fc\d\d|s[ht]|th\d\d)\.deviantart\.(com|net)/"
- to="https://$1.deviantart.$2/" />
-
- <rule from="^http://([^/:@\.]+\.)?deviantart\.(?:com|net)/"
- to="https://$1deviantart.com/" />
- </ruleset>
|