You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
3.0 KiB

1 year ago
  1. {
  2. "allow": [
  3. {
  4. "origins": [
  5. "https://.get.microsoft.com",
  6. "https://.apps.microsoft.com",
  7. "https://bing.com"
  8. ],
  9. "protocol": "ms-windows-store"
  10. },
  11. {
  12. "origins": [
  13. "https://.onedrive.com",
  14. "https://.onedrive.live.com",
  15. "https://sharepoint.com"
  16. ],
  17. "protocol": "ms-word"
  18. },
  19. {
  20. "origins": [
  21. "https://[a-z1-9-]*word-edit.officeapps.live.com",
  22. "https://[a-z1-9-]*word-view.officeapps.live.com",
  23. "https://[a-z1-9-]*onenote.officeapps.live.com",
  24. "https://[a-z1-9-]*eap.officeapps.live.com",
  25. "https://[a-z1-9-]*shared.officeapps.live.com",
  26. "https://[a-z1-9-]*afhs.officeapps.live.com",
  27. "https://[a-z1-9-]*vhs.officeapps.live.com",
  28. "https://[a-z1-9-]*optin.online.office.com"
  29. ],
  30. "use_regex": true,
  31. "protocol": "ms-word"
  32. },
  33. {
  34. "origins": [
  35. "https://.onedrive.com",
  36. "https://.onedrive.live.com",
  37. "https://sharepoint.com"
  38. ],
  39. "protocol": "ms-excel"
  40. },
  41. {
  42. "origins": [
  43. "https://[a-z1-9-]*excel.officeapps.live.com",
  44. "https://[a-z1-9-]*onenote.officeapps.live.com",
  45. "https://[a-z1-9-]*eap.officeapps.live.com",
  46. "https://[a-z1-9-]*shared.officeapps.live.com",
  47. "https://[a-z1-9-]*afhs.officeapps.live.com",
  48. "https://[a-z1-9-]*vhs.officeapps.live.com",
  49. "https://[a-z1-9-]*optin.online.office.com"
  50. ],
  51. "use_regex": true,
  52. "protocol": "ms-excel"
  53. },
  54. {
  55. "origins": [
  56. "https://.onedrive.com",
  57. "https://.onedrive.live.com",
  58. "https://sharepoint.com"
  59. ],
  60. "protocol": "ms-powerpoint"
  61. },
  62. {
  63. "origins": [
  64. "https://[a-z1-9-]*powerpoint.officeapps.live.com",
  65. "https://[a-z1-9-]*onenote.officeapps.live.com",
  66. "https://[a-z1-9-]*eap.officeapps.live.com",
  67. "https://[a-z1-9-]*shared.officeapps.live.com",
  68. "https://[a-z1-9-]*afhs.officeapps.live.com",
  69. "https://[a-z1-9-]*vhs.officeapps.live.com",
  70. "https://[a-z1-9-]*optin.online.office.com"
  71. ],
  72. "use_regex": true,
  73. "protocol": "ms-powerpoint"
  74. },
  75. {
  76. "origins": [
  77. "https://.onedrive.com",
  78. "https://.onedrive.live.com",
  79. "https://sharepoint.com"
  80. ],
  81. "protocol": "ms-visio"
  82. },
  83. {
  84. "origins": [
  85. "https://[a-z1-9-]*visio.officeapps.live.com",
  86. "https://[a-z1-9-]*onenote.officeapps.live.com",
  87. "https://[a-z1-9-]*eap.officeapps.live.com",
  88. "https://[a-z1-9-]*shared.officeapps.live.com",
  89. "https://[a-z1-9-]*afhs.officeapps.live.com",
  90. "https://[a-z1-9-]*vhs.officeapps.live.com",
  91. "https://[a-z1-9-]*optin.online.office.com"
  92. ],
  93. "use_regex": true,
  94. "protocol": "ms-visio"
  95. }
  96. ],
  97. "warn": [
  98. {
  99. "origins": [
  100. "*"
  101. ],
  102. "protocol": "ms-test-warn"
  103. }
  104. ],
  105. "block": [
  106. {
  107. "origins": [
  108. "*"
  109. ],
  110. "protocol": "ms-test-block"
  111. }
  112. ]
  113. }