Skip to content

Commit

Permalink
Disable csp for now, because prod css doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Aug 6, 2023
1 parent 2bc687c commit aec5383
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 @@ -59,7 +59,7 @@
}
],
"security": {
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
"csp": null
}
}
}

0 comments on commit aec5383

Please sign in to comment.