Skip to content

Commit

Permalink
update CRS policy
Browse files Browse the repository at this point in the history
  • Loading branch information
RulaKhaled committed Apr 29, 2024
1 parent 33655ee commit bc2b044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov_slack_app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
#CSP Configuration
CSP_IMG_SRC = ("'self'", 'https://platform.slack-edge.com', 'data:', 'https://storage.googleapis.com/codecov-cdn/codecov.svg')

CSP_STYLE_SRC = ("'self'", "'sha256-D+iNaQqqton9W916d40qgS+X8nOP2VHjDjx0w3cEujI='","'sha256-u5UAC0Jr1hm3lANIezHbaLlVsjmh/8jbWf7rIYw3Rso='", "'sha256-G9kZzyN24irmY+hg/rWbW9P5DYILFdr63wXKRPMJlCc='")
CSP_STYLE_SRC = ("'self'", "'sha256-AOvatN1zbevXu86FuiKCrZsAX85CK5HI7toSinbJ7rY='","'sha256-fl4UiyjtwTNPKQOAUx8Hyu9jKJbAnbDbOsUwF1T59is='")

CSP_SCRIPT_SRC = ("'self'", "'sha256-bRshlyP6k3QGX2IqYLKFxJzV5neO8GwydiNKAi6jOYo='")

Expand Down

0 comments on commit bc2b044

Please sign in to comment.