Fix asset protocol and bookshelf css in iOS

This commit is contained in:
chrox 2024-10-11 21:43:16 +02:00
parent 39421f6902
commit 574ecee891
No known key found for this signature in database
GPG key ID: 07EA917B97209AE3
10 changed files with 728 additions and 67 deletions

View file

@ -31,7 +31,7 @@
"assetProtocol": {
"enable": true,
"scope": {
"allow": ["$RESOURCE/**", "$DOCUMENT/**/*"],
"allow": ["$RESOURCE/**", "$DOCUMENT/**/*", "$APPDATA/**/*", "$TEMP/**/*"],
"deny": []
}
}