Node updated. Some todos.
This commit is contained in:
2
Scripts/node_modules/axios/lib/helpers/isURLSameOrigin.js
generated
vendored
2
Scripts/node_modules/axios/lib/helpers/isURLSameOrigin.js
generated
vendored
@ -8,7 +8,7 @@ export default platform.hasStandardBrowserEnv ?
|
||||
// Standard browser envs have full support of the APIs needed to test
|
||||
// whether the request URL is of the same origin as current location.
|
||||
(function standardBrowserEnv() {
|
||||
const msie = /(msie|trident)/i.test(navigator.userAgent);
|
||||
const msie = platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent);
|
||||
const urlParsingNode = document.createElement('a');
|
||||
let originURL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user