12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <ruleset name="GitHub">
- <target host="github.com" />
- <target host="*.github.com" />
- <target host="github.io" />
- <target host="*.githubusercontent.com" />
- <target host="collector.githubapp.com" />
-
-
-
-
-
-
-
-
- <securecookie host="^(?:.*\.)?github\.com$" name=".+" />
- <rule from="^http://((?:assets\d+|assets-cdn|bounty|cloud|f\.cloud|codeload|developer|eclipse|enterprise|gist|gist-assets|help|identicons|jobs|mac|mobile|nodeload|octodex|pages|raw|rg3|shop|status|support|training|try|wiki|windows|www)\.)?github\.com/"
- to="https://$1github.com/" />
- <rule from="^http://collector\.githubapp\.com/"
- to="https://collector.githubapp.com/" />
- <rule from="^https?://github\.io/"
- to="https://pages.github.com/" />
- <rule from="^http://([^/@:\.]+)\.githubusercontent\.com/"
- to="https://$1.githubusercontent.com/" />
- </ruleset>
|