Skip to content

Try page does not work #9

Description

@197g

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions