Skip to content

Commit

Permalink
Adjusted CSP in httpd.conf to suit ACE javascript editor
Browse files Browse the repository at this point in the history
Ticket: ENT-12010
Changelog: title
(cherry picked from commit 65f36c1)
  • Loading branch information
craigcomstock committed Oct 11, 2024
1 parent 7fd5ceb commit 600e526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfe_internal/enterprise/templates/httpd.conf.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ LogLevel warn
base-uri 'self'; \
form-action 'self'; \
media-src 'self'; \
worker-src 'self';"
worker-src 'self' blob:;"

<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
Expand Down

0 comments on commit 600e526

Please sign in to comment.