Skip to content

Commit

Permalink
fix: updated csp to specify video sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Mar 18, 2024
1 parent e20821b commit c789c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
}
},
"security": {
"csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost https://*.steamgriddb.com; style-src 'self' 'unsafe-inline'",
"csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost https://*.steamgriddb.com; media-src 'self' asset: https://asset.localhost https://*.steamgriddb.com; style-src 'self' 'unsafe-inline'",
"dangerousDisableAssetCspModification": [
"style-src"
]
Expand Down

0 comments on commit c789c47

Please sign in to comment.