Skip to content

Instantly share code, notes, and snippets.

@rupl
Created July 20, 2015 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupl/e6db5e3f93ffbddfae6a to your computer and use it in GitHub Desktop.
Save rupl/e6db5e3f93ffbddfae6a to your computer and use it in GitHub Desktop.
github 301 redirect for repositories
$ curl -i "https://github.com/team-sass/breakpoint"
HTTP/1.1 301 Moved Permanently
Server: GitHub.com
Date: Mon, 20 Jul 2015 11:42:31 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Status: 301 Moved Permanently
Content-Security-Policy: default-src *; script-src assets-cdn.github.com collector-cdn.github.com; object-src assets-cdn.github.com; style-src 'self' 'unsafe-inline' 'unsafe-eval' assets-cdn.github.com; img-src 'self' data: assets-cdn.github.com identicons.github.com www.google-analytics.com collector.githubapp.com *.githubusercontent.com *.gravatar.com *.wp.com; media-src 'none'; frame-src 'self' render.githubusercontent.com gist.github.com www.youtube.com player.vimeo.com checkout.paypal.com; font-src assets-cdn.github.com; connect-src 'self' live.github.com wss://live.github.com uploads.github.com status.github.com api.github.com www.google-analytics.com github-cloud.s3.amazonaws.com
Public-Key-Pins: max-age=300; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="JbQbUG5JMJUoI6brnx0x3vZF6jilxsapbXGVfjhN8Fg="; includeSubDomains
Cache-Control: no-cache
Vary: X-PJAX
Location: https://github.com/at-import/breakpoint
X-UA-Compatible: IE=Edge,chrome=1
X-Request-Id: 15b985af032a19662348dee29e83f336
X-Runtime: 0.009523
X-GitHub-Request-Id: 2EDF0171:0553:14E1CCFB:55ACDEA7
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Frame-Options: deny
Vary: Accept-Encoding
X-Served-By: 4580e595d77515caa5593194518fa90f
<html><body>You are being <a href="https://github.com/at-import/breakpoint">redirected</a>.</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment