mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-18 23:10:51 +01:00
Compare commits
2 Commits
4e1e4ae601
...
v0.1.4
| Author | SHA1 | Date | |
|---|---|---|---|
| 4833dee89a | |||
| a80c783576 |
@ -15,12 +15,47 @@
|
|||||||
{
|
{
|
||||||
"title": "haex-hub",
|
"title": "haex-hub",
|
||||||
"width": 800,
|
"width": 800,
|
||||||
"height": 600,
|
"height": 600
|
||||||
"devtools": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"security": {
|
"security": {
|
||||||
"csp": null,
|
"csp": {
|
||||||
|
"default-src": ["'self'", "http://tauri.localhost", "haex-extension:"],
|
||||||
|
"script-src": [
|
||||||
|
"'self'",
|
||||||
|
"http://tauri.localhost",
|
||||||
|
"haex-extension:",
|
||||||
|
"'wasm-unsafe-eval'",
|
||||||
|
"'unsafe-inline'"
|
||||||
|
],
|
||||||
|
"style-src": [
|
||||||
|
"'self'",
|
||||||
|
"http://tauri.localhost",
|
||||||
|
"haex-extension:",
|
||||||
|
"'unsafe-inline'"
|
||||||
|
],
|
||||||
|
"connect-src": [
|
||||||
|
"'self'",
|
||||||
|
"http://tauri.localhost",
|
||||||
|
"haex-extension:",
|
||||||
|
"ipc:",
|
||||||
|
"http://ipc.localhost",
|
||||||
|
"ws://localhost:*"
|
||||||
|
],
|
||||||
|
"img-src": [
|
||||||
|
"'self'",
|
||||||
|
"http://tauri.localhost",
|
||||||
|
"haex-extension:",
|
||||||
|
"data:",
|
||||||
|
"blob:"
|
||||||
|
],
|
||||||
|
"font-src": ["'self'", "http://tauri.localhost", "haex-extension:"],
|
||||||
|
"object-src": ["'none'"],
|
||||||
|
"media-src": ["'self'", "http://tauri.localhost", "haex-extension:"],
|
||||||
|
"frame-src": ["haex-extension:"],
|
||||||
|
"frame-ancestors": ["'none'"],
|
||||||
|
"base-uri": ["'self'"]
|
||||||
|
},
|
||||||
"assetProtocol": {
|
"assetProtocol": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"scope": ["$APPDATA", "$RESOURCE"]
|
"scope": ["$APPDATA", "$RESOURCE"]
|
||||||
@ -29,7 +64,7 @@
|
|||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["deb"],
|
"targets": "all",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user