Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

CSP errors caused by inline script #1218

Closed
rchdly opened this issue Sep 30, 2015 · 3 comments
Closed

CSP errors caused by inline script #1218

rchdly opened this issue Sep 30, 2015 · 3 comments
Labels

Comments

@rchdly
Copy link

rchdly commented Sep 30, 2015

I'm seeing CSP errors due to .ui-select-row-choices-inner elements having an href="javascript:void(0);" - inline scripts are not allowed by CSP.

I suggest using href="#" here and adding $event.preventDefault() to the select function.

@prayagverma
Copy link
Contributor

This issue has been addressed by the pull request #1182

@wesleycho
Copy link
Contributor

Closing as already fixed.

@graingert
Copy link
Contributor

@wesleycho should be re-opened because there's yet more inline JS. #1958

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

No branches or pull requests

5 participants