Skip to content

Commit

Permalink
manifest: drop content-security-policy
Browse files Browse the repository at this point in the history
The default content-security-policy of cockpit-bridge is enough for
files it already includes `img-src: 'self' data:` and `frame-src` is not
needed as we don't have or want any iframes or frames in machines.
  • Loading branch information
jelly authored and martinpitt committed Jul 13, 2024
1 parent 986b141 commit 0dcf864
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
]
}
},
"content-security-policy": "img-src 'self' data:; frame-src 'self' data:",

"config": {
"StorageMigrationSupported": {
"rhel": false
Expand Down

0 comments on commit 0dcf864

Please sign in to comment.