Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Cleanup `img-src` attributes in the CSP directive
Sebastian Martinez committed 1 year ago
commit 5dd75959a08b1b55eb9dcd82924efeb969517c5b
parent 9632d61df4a326000b67211ab7cb7d9509d72101
1 file changed +1 -1
modified crates/radicle-tauri/tauri.conf.json
@@ -21,7 +21,7 @@
      "csp": {
        "default-src": "'self'",
        "connect-src": "ipc: http://ipc.localhost",
-
        "img-src": "'self' asset: http://asset.localhost blob: data:",
+
        "img-src": "'self' blob: data: https:",
        "style-src": "'unsafe-inline' 'self'"
      },
      "pattern": {