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

Test loader CSP compliance #5

Closed
eheasley opened this issue May 27, 2015 · 3 comments
Closed

Test loader CSP compliance #5

eheasley opened this issue May 27, 2015 · 3 comments
Assignees
Milestone

Comments

@eheasley
Copy link

Task

Write tests that confirm the loader's compliance with the browser's content security policy (CSP).

Loader Functional Testing Pattern

Write loader tests as functional tests to provide a clean environment in which the loader can operate. Whenever possible use the pattern outlined in [this wiki](../wiki/Loader Functional Testing Pattern) for inspecting test results.

@eheasley eheasley added the tests label May 27, 2015
@eheasley eheasley added this to the Milestone 1 milestone May 27, 2015
@eheasley eheasley assigned jdonaghue and bitpshr and unassigned jdonaghue Jun 5, 2015
@edhager edhager assigned edhager and msssk and unassigned edhager Jun 18, 2015
@msssk
Copy link
Contributor

msssk commented Jul 13, 2015

I added CSP tests:
master...msssk:csp-tests

Ed, should I PR this branch, or hang onto it until we can add dojo-core as a normal devDependency (right now it's an npm linked package.

@msssk
Copy link
Contributor

msssk commented Jul 13, 2015

It occurs to me that since the CSP tests now have their own HTTP server, we should probably configure the server to send CSP headers (right now CSP is being enabled in the test pages using a meta tag).

Edit: done in 4c344c4b

@kitsonk kitsonk modified the milestones: beta.1, Milestone 1 Feb 24, 2016
@kitsonk kitsonk modified the milestones: beta.3, beta.2 Mar 11, 2016
@kitsonk kitsonk modified the milestones: 2016.04, beta.3 Apr 8, 2016
@kitsonk kitsonk modified the milestones: 2016.05, 2016.04 Apr 26, 2016
@kitsonk kitsonk modified the milestones: 2016.06, 2016.05 Jun 7, 2016
@kitsonk kitsonk modified the milestones: 2016.06, 2016.07 Jul 4, 2016
@kitsonk kitsonk modified the milestones: 2016.07, 2016.08 Aug 1, 2016
@kitsonk kitsonk removed this from the 2016.08 milestone Oct 4, 2016
@rorticus
Copy link
Contributor

CSP tests from #104 merged.

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

No branches or pull requests

8 participants