Fix CSP connect-src to allow all local assets
The previous entry hardcoded a Vite-generated content-hash filename (onig-CwjCXqnP.wasm), which breaks whenever the file’s hash changes between builds. Replacing it with ‘self’ covers all same-origin assets regardless of filename.
1 file changed
+1
-1
c74b8e01
→
82807ece
modified crates/radicle-tauri/tauri.conf.json
@@ -22,7 +22,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|