RESOLVED FIXED 27464
Implement application cache online whitelist wildcard flag
https://bugs.webkit.org/show_bug.cgi?id=27464
Summary Implement application cache online whitelist wildcard flag
Alexey Proskuryakov
Reported 2009-07-20 15:28:35 PDT
HTML 5 now allows "*" in NETWORK section of appcache manifest, which allows arbitrary requests to go to network, if not served by the cache. By default, such requests are ignored to facilitate manifest creation. However, this new feature seems important for some authors.
Attachments
proposed fix (11.85 KB, patch)
2009-08-18 17:30 PDT, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2009-07-20 15:29:17 PDT
Alexey Proskuryakov
Comment 2 2009-07-21 14:12:53 PDT
*** Bug 27504 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
Comment 3 2009-08-18 17:30:16 PDT
Created attachment 35088 [details] proposed fix
Anders Carlsson
Comment 4 2009-08-19 10:33:18 PDT
Comment on attachment 35088 [details] proposed fix r=me
Alexey Proskuryakov
Comment 5 2009-08-19 10:51:35 PDT
Note You need to log in before you can comment on or make changes to this bug.