Bug 1095281 - Open entries from a chosen appcache as read-only, r=michal
This commit is contained in:
@@ -69,6 +69,11 @@ NS_IMETHODIMP CacheStorage::AsyncOpenURI(nsIURI *aURI,
|
||||
if (LookupAppCache()) {
|
||||
rv = ChooseApplicationCache(noRefURI, getter_AddRefs(appCache));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
if (appCache) {
|
||||
// From a chosen appcache open only as readonly
|
||||
aFlags &= ~nsICacheStorage::OPEN_TRUNCATE;
|
||||
}
|
||||
}
|
||||
|
||||
if (appCache) {
|
||||
|
||||
Reference in New Issue
Block a user