From 66321a6218073072a963cf16ee8a5e4683695da6 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 8 Jul 2019 17:32:41 -0400 Subject: [PATCH] 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) --- awx/ui/client/index.template.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/index.template.ejs b/awx/ui/client/index.template.ejs index 69f3aa4d7b..aafb1b9489 100644 --- a/awx/ui/client/index.template.ejs +++ b/awx/ui/client/index.template.ejs @@ -1,5 +1,5 @@ - +