Skip to content

Commit

Permalink
Merge pull request #21 from OpenLMIS/OLMIS-7998
Browse files Browse the repository at this point in the history
OLMIS-7998: Added Superset address to Content-Security-Policy header
  • Loading branch information
DominikNoga authored Oct 7, 2024
2 parents 28856b9 + 07481f1 commit 822b20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
==================
Bug fixes:
* [OLMIS-7772](https://openlmis.atlassian.net/browse/OLMIS-7772): Fix issues with new Chrome popover functionality
* [OLMIS-7998](https://openlmis.atlassian.net/browse/OLMIS-7998): Added Superset address to Content-Security-Policy header

5.2.3 / 2023-04-05
==================
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline';
img-src 'self' www.google-analytics.com;
script-src 'self' www.google-analytics.com 'unsafe-inline';
connect-src 'self' www.google-analytics.com;" />
connect-src 'self' www.google-analytics.com https://superset-uat.openlmis.org;" />
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="Referrer-Policy" content="no-referrer" />
<meta http-equiv="Permissions-Policy" content="geolocation=(), microphone=()" />
Expand Down

0 comments on commit 822b20c

Please sign in to comment.