Aggiunta di parziale
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"description" : "AutoLaunch Protocols Preregistration",
|
||||
"name" : "Protocol Preregistration",
|
||||
"version" : "1.0.0.10"
|
||||
}
|
||||
+119
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"allow": [
|
||||
{
|
||||
"origins": [
|
||||
"https://.get.microsoft.com",
|
||||
"https://.apps.microsoft.com"
|
||||
],
|
||||
"protocol": "ms-windows-store"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://.onedrive.com",
|
||||
"https://.onedrive.live.com",
|
||||
"https://sharepoint.com"
|
||||
],
|
||||
"protocol": "ms-word"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://[a-z1-9-]*word-edit.officeapps.live.com",
|
||||
"https://[a-z1-9-]*word-view.officeapps.live.com",
|
||||
"https://[a-z1-9-]*onenote.officeapps.live.com",
|
||||
"https://[a-z1-9-]*eap.officeapps.live.com",
|
||||
"https://[a-z1-9-]*shared.officeapps.live.com",
|
||||
"https://[a-z1-9-]*afhs.officeapps.live.com",
|
||||
"https://[a-z1-9-]*vhs.officeapps.live.com",
|
||||
"https://[a-z1-9-]*optin.online.office.com"
|
||||
],
|
||||
"use_regex": true,
|
||||
"protocol": "ms-word"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://.onedrive.com",
|
||||
"https://.onedrive.live.com",
|
||||
"https://sharepoint.com"
|
||||
],
|
||||
"protocol": "ms-excel"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://[a-z1-9-]*excel.officeapps.live.com",
|
||||
"https://[a-z1-9-]*onenote.officeapps.live.com",
|
||||
"https://[a-z1-9-]*eap.officeapps.live.com",
|
||||
"https://[a-z1-9-]*shared.officeapps.live.com",
|
||||
"https://[a-z1-9-]*afhs.officeapps.live.com",
|
||||
"https://[a-z1-9-]*vhs.officeapps.live.com",
|
||||
"https://[a-z1-9-]*optin.online.office.com"
|
||||
],
|
||||
"use_regex": true,
|
||||
"protocol": "ms-excel"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://.onedrive.com",
|
||||
"https://.onedrive.live.com",
|
||||
"https://sharepoint.com"
|
||||
],
|
||||
"protocol": "ms-powerpoint"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://[a-z1-9-]*powerpoint.officeapps.live.com",
|
||||
"https://[a-z1-9-]*onenote.officeapps.live.com",
|
||||
"https://[a-z1-9-]*eap.officeapps.live.com",
|
||||
"https://[a-z1-9-]*shared.officeapps.live.com",
|
||||
"https://[a-z1-9-]*afhs.officeapps.live.com",
|
||||
"https://[a-z1-9-]*vhs.officeapps.live.com",
|
||||
"https://[a-z1-9-]*optin.online.office.com"
|
||||
],
|
||||
"use_regex": true,
|
||||
"protocol": "ms-powerpoint"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://.onedrive.com",
|
||||
"https://.onedrive.live.com",
|
||||
"https://sharepoint.com"
|
||||
],
|
||||
"protocol": "ms-visio"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://[a-z1-9-]*visio.officeapps.live.com",
|
||||
"https://[a-z1-9-]*onenote.officeapps.live.com",
|
||||
"https://[a-z1-9-]*eap.officeapps.live.com",
|
||||
"https://[a-z1-9-]*shared.officeapps.live.com",
|
||||
"https://[a-z1-9-]*afhs.officeapps.live.com",
|
||||
"https://[a-z1-9-]*vhs.officeapps.live.com",
|
||||
"https://[a-z1-9-]*optin.online.office.com"
|
||||
],
|
||||
"use_regex": true,
|
||||
"protocol": "ms-visio"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://www.microsoft.com",
|
||||
"https://copilot.microsoft.com"
|
||||
],
|
||||
"protocol": "ms-copilot"
|
||||
}
|
||||
],
|
||||
"warn": [
|
||||
{
|
||||
"origins": [
|
||||
"*"
|
||||
],
|
||||
"protocol": "ms-test-warn"
|
||||
}
|
||||
],
|
||||
"block": [
|
||||
{
|
||||
"origins": [
|
||||
"*"
|
||||
],
|
||||
"protocol": "ms-test-block"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user