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

The csrfguard.js template should be parsable and minifiable #142

Closed
forgedhallpass opened this issue Sep 4, 2020 · 1 comment
Closed

Comments

@forgedhallpass
Copy link
Collaborator

The JavaScript template should be parsable in order to pass linter validations and be able to minified with automated code minifiers.
This is currently not possible as the attribute placeholders are surrounded by percent (%) characters.

This is a recommended and very common requirement which might prevent using the solution in certain scenarios.

@forgedhallpass
Copy link
Collaborator Author

Fixed by OWASP/www-project-csrfguard@61a94c5

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