|
@@ -271,7 +271,7 @@ const isLocalUrlRe = re`/^(
|
|
|
)/ix`;
|
|
)/ix`;
|
|
|
/** Cherry-picked from https://greasyfork.org/en/help/cdns */
|
|
/** Cherry-picked from https://greasyfork.org/en/help/cdns */
|
|
|
export const isCdnUrlRe = re`/^https:\/\/(
|
|
export const isCdnUrlRe = re`/^https:\/\/(
|
|
|
- cdn(js)?\.[^/]+ |
|
|
|
|
|
|
|
+ (\w+-)?cdn(js)?(-\w+)?\.[^/]+ |
|
|
|
bundle\.run |
|
|
bundle\.run |
|
|
|
(www\.)?gitcdn\.\w+ |
|
|
(www\.)?gitcdn\.\w+ |
|
|
|
(
|
|
(
|