Ticket #157 (new enhancement)

Opened 3 months ago

GM_xmlhttpRequest bypass cache

Reported by: icekirb..@gmail.com Assigned to:
Priority: trivial Milestone: 0.8.1
Version: Keywords:
Cc:

Description

An extra option could be added to GM_xmlhttpRequest to bypass the cache. Mozilla provides the code

request = new XMLHttpRequest(); request.channel.loadFlags |= Components.interfaces.nsIRequest.LOAD_BYPASS_CACHE;

which will allow privileged callers to bypass the cache.

Attachments


Add/Change #157 (GM_xmlhttpRequest bypass cache)