We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For: https://github.com/orgs/nextcloud/projects/18
The settings page of AppPassword uses handlebars. This prevents a stricter CSP. Best would be to move this over to vue.
The text was updated successfully, but these errors were encountered:
@skjnldsv this is part of settings but not a full page (like the other settings stuff). Could you suggest where to put this?
Sorry, something went wrong.
Compile handlebars template for AuthTokenView
d66e662
Fixes #11032 For https://github.com/orgs/nextcloud/projects/18 Compile the default authtoken handlebars view. This avoids runtime compilations (speed) and avoids unsafe eval calls thus allowing a stricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
rullzer
No branches or pull requests
For: https://github.com/orgs/nextcloud/projects/18
The settings page of AppPassword uses handlebars. This prevents a stricter CSP.
Best would be to move this over to vue.
The text was updated successfully, but these errors were encountered: