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 contacts menu still uses handlebars and compiles the templates on the fly. This means that it uses unsafe eval and prevents a stricter CSP
The text was updated successfully, but these errors were encountered:
@skjnldsv could you have a look as to what has to be done how to set it (for compilation etc)?
Sorry, something went wrong.
Compile contactmenu handlebars templates
ec6a342
Fixes #11029 For https://github.com/orgs/nextcloud/projects/18 Ship the compiled handlebars templates. This makes it possible to have a scricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
c9e93b8
skjnldsv
No branches or pull requests
For https://github.com/orgs/nextcloud/projects/18
The contacts menu still uses handlebars and compiles the templates on the fly. This means that it uses unsafe eval and prevents a stricter CSP
The text was updated successfully, but these errors were encountered: