Google_App_Engine.xml 435 B

123456789101112131415161718192021
  1. <!--
  2. For other Google coverage, see GoogleServices.xml.
  3. -->
  4. <ruleset name="Google App Engine">
  5. <target host="appspot.com" />
  6. <target host="*.appspot.com" />
  7. <!--
  8. Redirects to http for some reason.
  9. -->
  10. <exclusion pattern="^http://photomunchers\.appspot\.com/" />
  11. <securecookie host="^.+\.appspot\.com$" name=".+" />
  12. <rule from="^http://([^@:\./]+\.)?appspot\.com/"
  13. to="https://$1appspot.com/" />
  14. </ruleset>