[READ-ONLY] Mirror of https://github.com/probablykasper/tauri-sveltekit-template. Tauri + SvelteKit template
actions svelte sveltekit tauri template typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

Disable CSP

Kasper (May 25, 2022, 8:12 PM +0200) 66384a81 d5d5dbae

+1 -1
+1 -1
src-tauri/tauri.conf.json
··· 56 56 } 57 57 }, 58 58 "security": { 59 - "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'" 59 + "csp": null 60 60 } 61 61 } 62 62 }