You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
…file:// apps
Previously if an app was running from file:// origin we would always return either
http 200 or 404 depending on whether the response was present.
This changes the behavior so that we do this only if the protocol of the request
(not the origin) is file:// and only if the status code is 0.
Closesangular#4436Closesangular#4587Closesangular#4514
jamesdaily
pushed a commit
to jamesdaily/angular.js
that referenced
this issue
Jan 27, 2014
…file:// apps
Previously if an app was running from file:// origin we would always return either
http 200 or 404 depending on whether the response was present.
This changes the behavior so that we do this only if the protocol of the request
(not the origin) is file:// and only if the status code is 0.
Closesangular#4436Closesangular#4587Closesangular#4514
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
b019a48#diff-fc6d3d48fd6597bd97d30eab9497841bR105
this line resolve file protocol event request goes to http
its serious problem for phonegap apps
The text was updated successfully, but these errors were encountered: