nav_config.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "default_config": {
  3. "name": "Default",
  4. "options": {
  5. "should_apply_reloads": false,
  6. "remove_after_match": false,
  7. "remove_all_query_parameters": false
  8. },
  9. "domains": [],
  10. "path_regex": []
  11. },
  12. "site_configs": [
  13. {
  14. "name": "Ado",
  15. "options": {
  16. "should_apply_reloads": false,
  17. "remove_after_match": false,
  18. "remove_all_query_parameters": true
  19. },
  20. "domains": [
  21. "dev.azure.com",
  22. ".visualstudio.com"
  23. ],
  24. "path_regex": [
  25. "/.*?/pullrequest/[0-9]*?"
  26. ]
  27. },
  28. {
  29. "name": "Office",
  30. "options": {
  31. "should_apply_reloads": false,
  32. "remove_after_match": false,
  33. "remove_all_query_parameters": false,
  34. "query_parameters_to_remove": [
  35. "username",
  36. "login_hint"
  37. ]
  38. },
  39. "domains": [
  40. "office.com"
  41. ]
  42. },
  43. {
  44. "name": "Sharepoint",
  45. "options": {
  46. "should_apply_reloads": false,
  47. "remove_after_match": false,
  48. "remove_all_query_parameters": false,
  49. "query_parameters_to_remove": [
  50. "username",
  51. "login_hint"
  52. ]
  53. },
  54. "domains": [
  55. "sharepoint.com",
  56. "sharepoint-df.com",
  57. "loop.microsoft.com"
  58. ]
  59. },
  60. {
  61. "name": "Microsoft365",
  62. "options": {
  63. "should_apply_reloads": false,
  64. "remove_after_match": false,
  65. "remove_all_query_parameters": false,
  66. "query_parameters_to_remove": [
  67. "ms.url"
  68. ]
  69. },
  70. "domains": [
  71. "www.microsoft365.com"
  72. ],
  73. "path_regex": [
  74. "/launch/.*?"
  75. ]
  76. }
  77. ],
  78. "prefer_initial_url_regex": [
  79. "\\Ahttps://www\\.office\\.com/login",
  80. "\\Ahttps://www\\.office\\.com/estslogout",
  81. "\\Ahttps://.*?dsts\\.dsts\\.core\\.windows\\.net",
  82. "\\Ahttps://.*?tafe\\..*?trs.*?\\.outlook\\.com/TorusSts"
  83. ],
  84. "do_not_send_navs_to_regex": [
  85. "\\Ahttps://.*?prgate\\.microsoft\\.net",
  86. "\\Ahttps://accounts\\.google\\.com/Logout",
  87. "\\Ahttps://outlook\\.live\\.com/owa/logoff\\.owa",
  88. "\\Ahttps://.*?\\.vssps\\.visualstudio\\.com/_signout",
  89. "\\Ahttps://login\\.microsoftonline\\.com/common/oauth2/v2\\.0/logout",
  90. "\\Ahttps://login\\.microsoftonline\\.com/common/oauth2/logout",
  91. "\\Ahttps://.*?\\.sharepoint\\.com/.*?/SignOut\\.aspx"
  92. ],
  93. "do_not_send_navs_to_consider_in_sync_regex": [
  94. "\\Ahttps://.*?prgate\\.microsoft\\.net"
  95. ],
  96. "do_not_send_navs_from_regex": [
  97. "\\Ahttps://.*?prgate\\.microsoft\\.net",
  98. "\\Ahttps://www\\.office\\.com/login",
  99. "\\Ahttps://www\\.office\\.com/estslogout",
  100. "\\Ahttps://.*?dsts\\.dsts\\.core\\.windows\\.net",
  101. "\\Ahttps://.*?tafe\\..*?trs.*?\\.outlook\\.com/TorusSts",
  102. "\\Ahttps://accounts\\.google\\.com/ServiceLogin/signinchooser"
  103. ],
  104. "known_safe_redirect_initiators_regex": [
  105. "\\Ahttps://www\\.bing\\.com/ck/a"
  106. ]
  107. }