| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "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"
- }
- ]
- }
|