Merge pull request #4290 from ryanpetrello/csp-false-positive

specify a ng-csp attribute so Angular doesn't autodetect

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-07-09 01:58:18 +00:00 committed by GitHub
commit 2aa32f61f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html ng-csp="no-unsafe-eval">
<head>
<meta charset="utf-8">