added html import, image embedding, and font checks
This commit is contained in:
@@ -27,25 +27,23 @@
|
||||
"fs:allow-exe-write",
|
||||
"store:default",
|
||||
"window-state:default",
|
||||
"http:default",
|
||||
"http:allow-fetch",
|
||||
"shell:default",
|
||||
"shell:allow-open",
|
||||
"opener:default",
|
||||
{
|
||||
"identifier": "http:allow-fetch",
|
||||
"identifier": "http:default",
|
||||
"allow": [
|
||||
{
|
||||
"url": "https://fonts.google.com/*"
|
||||
"url": "https://*"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/*"
|
||||
"url": "http://*"
|
||||
},
|
||||
{
|
||||
"url": "https://*.githubusercontent.com/*"
|
||||
"url": "https://*:*"
|
||||
},
|
||||
{
|
||||
"url": "https://fonts.googleapis.com/*"
|
||||
"url": "http://*:*"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user