alpha
Login
or
Join now
kasper.space
/
mr-tagger
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Add restrictive CSP
author
Kasper
date
4 years ago
(May 25, 2022, 8:35 PM +0200)
commit
c7b7e273
c7b7e27323d01e4bc3e8af29fb1649d48a535e5e
parent
d2d38ec2
d2d38ec26fd826e6a7e853bb2ebe8c8e01b98678
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src-tauri
tauri.conf.json
+1
-1
src-tauri/tauri.conf.json
View file
Reviewed
···
60
60
}
61
61
},
62
62
"security": {
63
63
-
"csp": null
63
63
+
"csp": "default-src 'self'; img-src *"
64
64
}
65
65
}
66
66
}