Skip to content

Commit

Permalink
[dagit] Use a CSP header instead of meta tag (#7727)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellendag committed May 5, 2022
1 parent ee3081f commit de65762
Show file tree
Hide file tree
Showing 4 changed files with 783 additions and 323 deletions.
1 change: 1 addition & 0 deletions js_modules/dagit/packages/app/.dagster.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module.exports = {
'style-src': false,
},
},
outputFilename: 'csp-header.conf',
};
},

Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagit/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@dagster-io/eslint-config": "workspace:*",
"@dagster-io/react-scripts": "5.0.2",
"@dagster-io/react-scripts": "5.0.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
Expand Down

0 comments on commit de65762

Please sign in to comment.