Last active
July 26, 2016 11:26
-
-
Save quchao/c9a947210edf0e0d53fc to your computer and use it in GitHub Desktop.
Accelerate the loading of static resources with China Unicom CDNs (http://120.52.72.*/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"Accelerate the loading of static resources with China Unicom CDNs (http://120.52.72.*/)", | |
"match":{ | |
"str":"^http:\\/\\/(?!(120\\.52\\.72\\.\\d+)).*\\/.*\\.(?:manifest|appcache|html?|xml|json|jpe?g|gif|png|webp|ico|cur|gz|svgz?|mp4|ogg|ogv|webm|htc|css|js|txt|ttf|ttc|otf|eot|woff2?)(?:\\?|#|$)", | |
"type":0, | |
"modi":true | |
}, | |
"sub":{ | |
"str":"^http:\\/\\/(.*)$", | |
"type":0, | |
"modi":false, | |
"modg":false | |
}, | |
"repl":{ | |
"str":"http://120.52.72.21/$1", | |
"decode":false | |
}, | |
"enabled":1 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment