-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Strenghtify uses javascript eval #11033
Labels
Milestone
Comments
@nextcloud/javascript |
This comment has been minimized.
This comment has been minimized.
Version 0.5.4 of it solves the issue: https://github.com/MorrisJobke/strengthify/releases/tag/0.5.4 |
rullzer
added a commit
that referenced
this issue
Sep 28, 2018
Fixes #11033 For https://github.com/orgs/nextcloud/projects/18 Move to a stricter CSP safe strengthify Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Merged
rullzer
added a commit
that referenced
this issue
Sep 28, 2018
Fixes #11033 For https://github.com/orgs/nextcloud/projects/18 Move to a stricter CSP safe strengthify Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For https://github.com/orgs/nextcloud/projects/18
The strenghtify plugin we use for jquery toindicate password strength uses eval. This prevents a default stricter CSP.
We should look into how we can fix this properly.
The text was updated successfully, but these errors were encountered: