protocols.json 3.1 KB

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