first commit
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
1.8BFD50D350D47445B57BB1D61BBDE41CEDA7AC43DC81FCE95BF1AC646D97D2A0
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"description" : "AutoLaunch Protocols Preregistration",
|
||||
"name" : "Protocol Preregistration",
|
||||
"version" : "1.0.0.8"
|
||||
}
|
||||
+112
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"warn": [
|
||||
{
|
||||
"origins": [
|
||||
"*"
|
||||
],
|
||||
"protocol": "ms-test-warn"
|
||||
}
|
||||
],
|
||||
"block": [
|
||||
{
|
||||
"origins": [
|
||||
"*"
|
||||
],
|
||||
"protocol": "ms-test-block"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user