[READ-ONLY] Mirror of https://github.com/probablykasper/mr-tagger. Music file tagging app for Mac, Linux and Windows
audio linux macos music tagger tauri windows
0

Configure Feed

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

Add restrictive CSP

+1 -1
+1 -1
src-tauri/tauri.conf.json
··· 60 60 } 61 61 }, 62 62 "security": { 63 - "csp": null 63 + "csp": "default-src 'self'; img-src *" 64 64 } 65 65 } 66 66 }