-
Notifications
You must be signed in to change notification settings - Fork 192
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
Do the work to remove 'unsafe-eval' from CSP for script-src #1679
Comments
miketaylr
pushed a commit
that referenced
this issue
Jul 27, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 27, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 27, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 27, 2017
…ndant files as a result. Unfortunately the pre-compiled template approach won't let us rely on the jinja2 parser to do interesting things with JS templates.
miketaylr
pushed a commit
that referenced
this issue
Jul 27, 2017
…tions of my issues should use the same issue template.
miketaylr
pushed a commit
that referenced
this issue
Jul 27, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 27, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2017
…ndant files as a result. Unfortunately the pre-compiled template approach won't let us rely on the jinja2 parser to do interesting things with JS templates.
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2017
…tions of my issues should use the same issue template.
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 31, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 31, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 31, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 31, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 31, 2017
…ndant files as a result. Unfortunately the pre-compiled template approach won't let us rely on the jinja2 parser to do interesting things with JS templates.
miketaylr
pushed a commit
that referenced
this issue
Jul 31, 2017
…tions of my issues should use the same issue template.
miketaylr
pushed a commit
that referenced
this issue
Jul 31, 2017
miketaylr
pushed a commit
that referenced
this issue
Jul 31, 2017
miketaylr
pushed a commit
that referenced
this issue
Aug 1, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The blocker is using lodash templates. I have a plan to do pre-compiled template functions, which should let us maybe even reduce the size of our lodash build we send over the wire (since we won't need template parsing).
The text was updated successfully, but these errors were encountered: