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

without this, we're getting a false positive log message about an unsafe
eval (which is *actually* just angular auto-detecting whether or not
eval is supported)
This commit is contained in:
Ryan Petrello 2019-07-08 17:32:41 -04:00
parent 1f31cc9394
commit 66321a6218
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

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