mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Update CloudMounter Rule for OneDrive Personal
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
export const DOMAINS = [
|
export const DOMAINS = [
|
||||||
'DOMAIN-SUFFIX,sharepoint.com',
|
'DOMAIN-SUFFIX,sharepoint.com',
|
||||||
'DOMAIN-SUFFIX,graph.microsoft.com',
|
'DOMAIN-SUFFIX,graph.microsoft.com',
|
||||||
'DOMAIN,www.googleapis.com'
|
'DOMAIN,www.googleapis.com',
|
||||||
|
'DOMAIN,api.onedrive.com',
|
||||||
|
'DOMAIN-SUFFIX,storage.live.com',
|
||||||
|
'DOMAIN-SUFFIX,files.1drv.com'
|
||||||
];
|
];
|
||||||
|
|
||||||
export const PROCESS_NAMES = [
|
export const PROCESS_NAMES = [
|
||||||
|
|||||||
Reference in New Issue
Block a user