File tree Expand file tree Collapse file tree 4 files changed +30
-4
lines changed
Expand file tree Collapse file tree 4 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 11<ruleset name =" PassThePopcorn" >
2- <target host =" passthepopcorn.me" />
2+ <target host =" passthepopcorn.me" />
3+ <target host =" www.passthepopcorn.me" />
4+ <target host =" static.passthepopcorn.me" />
5+ <target host =" tls.passthepopcorn.me" />
36
4- <rule from =" ^http://passthepopcorn\.me/" to =" https://passthepopcorn.me/" />
5- </ruleset >
7+ <rule from =" ^http://(www\.)?passthepopcorn\.me/" to =" https://tls.passthepopcorn.me/" />
8+ <rule from =" ^http://(static|tls)\.passthepopcorn\.me/" to =" https://$1.passthepopcorn.me/" />
9+ </ruleset >
Original file line number Diff line number Diff line change 1+ <ruleset name =" Piriform (partial)" >
2+
3+ <target host =" static.piriform.com" />
4+ <target host =" www.piriform.com" />
5+ <target host =" piriform.com" />
6+ <target host =" secure.piriform.com" />
7+
8+ <rule from =" ^https://piriform\.com/" to =" https://www.piriform.com/" />
9+ <rule from =" ^http://(www\.)?piriform\.com/" to =" https://www.piriform.com/" />
10+ <rule from =" ^http://secure\.piriform\.com/" to =" https://secure.piriform.com/" />
11+ <rule from =" ^http://static\.piriform\.com/" to =" https://s3.amazonaws.com/static.piriform.com/" />
12+ </ruleset >
Original file line number Diff line number Diff line change 11<ruleset name =" WhatCD" >
22 <target host =" what.cd" />
33 <target host =" www.what.cd" />
4+ <target host =" m.what.cd" />
5+ <target host =" ssl.what.cd" />
46
5- <rule from =" ^http://(?:www\.)?what\.cd/$" to =" https://ssl.what.cd/" />
7+ <rule from =" ^http://(www\.)?what\.cd/" to =" https://what.cd/" />
8+ <rule from =" ^http://(m|ssl)\.what\.cd/" to =" https://$1.what.cd/" />
69
710</ruleset >
Original file line number Diff line number Diff line change 1+ <ruleset name =" Kirjoitusalusta" >
2+ <target host =" *.kirjoitusalusta.fi" />
3+ <target host =" kirjoitusalusta.fi" />
4+
5+ <rule from =" ^http://kirjoitusalusta\.fi/" to =" https://kirjoitusalusta.fi/" />
6+ <rule from =" ^http://([^/:@]*)\.kirjoitusalusta\.fi/" to =" https://$1.kirjoitusalusta.fi/" />
7+ </ruleset >
You can’t perform that action at this time.
0 commit comments