Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try page does not work #9

Open
HeroicKatora opened this issue Feb 17, 2018 · 0 comments
Open

Try page does not work #9

HeroicKatora opened this issue Feb 17, 2018 · 0 comments

Comments

@HeroicKatora
Copy link

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:

content-security-policy:frame-ancestors https://pluralsight.marketing.adobe.com

Extra remark: The support link in the bottom of that specific page does not link to support but rather to itself:

<a href='..'>Overview</a>|<a href='../download/'>Download</a>|<a href='../documentation/'>Documentation</a>|<a href='.'>Support</a>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant