mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
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:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html ng-csp="no-unsafe-eval">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user