From 1ad561c3075fa33033fe3c9fa347019fb56b6a9e Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 3 May 2021 17:12:30 -0400 Subject: [PATCH] Fix CSP error on Safari This was causing: ``` [Error] Refused to execute a script because its hash, its nonce, or 'unsafe-inline' does not appear in the script-src directive of the Content Security Policy. (migrations_notran, line 16) ``` --- awx/ui_next/public/installing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/public/installing.html b/awx/ui_next/public/installing.html index ca5c6733aa..a9f65969b2 100644 --- a/awx/ui_next/public/installing.html +++ b/awx/ui_next/public/installing.html @@ -5,7 +5,7 @@ {{ title }}