This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
v0.0.5 #11
Conversation
This file contains 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
…ailed to download
…ation to index.html page. That logix was now moved to the general "after_prepare" hook (otherwise when "cordova prepare" is executed without specifying the windows platform, the windows hook is not processed).
… in the scope member. Now, a relative path defined in the scope like "/somepath/" is now mapped to an access rule of the form "{baseUrl}/somepath/*", while absolute URLs like "http://mydomain.com" are mapped to "http://mydomain.com/*".
…RLs that are not whitelisted
…st-Modified" HTTP header. This fixes an issue where the "If-Modified-Since" HTTP header was ignored when issuing multiple requests in a short period of time. Using an exact date fixed the issue though the cause is unclear. (Perhaps some intermediary caching layer interpreted the header differently?). Closes #8
…that are not whitelisted
Moved access rule mapping to android and ios sections (not supported for windows) Removed default icons reference from platform\windows\config.xml during after-prepare hook
…those URLs that are not whitelisted
ghost
pushed a commit
that referenced
this pull request
May 26, 2015
ghost
deleted the
v0.0.5
branch
May 26, 2015 21:16
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major changes: