You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the try page is broken due to a chain of redirects and content security policy. The following occurs, when I try to visit the page:
http://trypython.org -> 301 Moved permanently -> http://campus.codeschool.com/courses/try-python
http://campus.codeschool.com/courses/try-python -> 302 Found -> http://campus.codeschool.com/auth/codeschool
http://campus.codeschool.com/auth/codeschool -> 302 Found -> https://www.codeschool.com/oauth/authorize?[...]
https://www.codeschool.com/oauth/authorize?[...] -> 302 Found -> https://www.codeschool.com/users/sign_in
https://www.codeschool.com/users/sign_in -> 200
But the final sign in page has, not unproper for a sign-in page, the following restrictive security policy header set and just doesn't display in Chrome while leaving a Blocked by Content Security Policy in Firefox:
Currently the try page is broken due to a chain of redirects and content security policy. The following occurs, when I try to visit the page:
But the final sign in page has, not unproper for a sign-in page, the following restrictive security policy header set and just doesn't display in Chrome while leaving a
Blocked by Content Security Policy
in Firefox:Extra remark: The
support
link in the bottom of that specific page does not link to support but rather to itself:ironpython.net/try/index.html
Line 46 in bd602e0
The text was updated successfully, but these errors were encountered: