Skip to content

Commit

Permalink
Merge pull request #4290 from ryanpetrello/csp-false-positive
Browse files Browse the repository at this point in the history
specify a ng-csp attribute so Angular doesn't autodetect

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
  • Loading branch information
2 parents 1f31cc9 + 66321a6 commit 2aa32f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/ui/client/index.template.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html ng-csp="no-unsafe-eval">

<head>
<meta charset="utf-8">
Expand Down

0 comments on commit 2aa32f6

Please sign in to comment.