mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1029781: Set NS_LOAD_CLASSIFY_URI in image loader (r=seth)
This commit is contained in:
parent
73d7c3eeb7
commit
2dba86511f
@ -599,6 +599,7 @@ static nsresult NewImageChannel(nsIChannel **aResult,
|
||||
// If all of the proxy requests are canceled then this request should be
|
||||
// canceled too.
|
||||
//
|
||||
aLoadFlags |= nsIChannel::LOAD_CLASSIFY_URI;
|
||||
rv = NS_NewChannel(aResult,
|
||||
aURI, // URI
|
||||
nullptr, // Cached IOService
|
||||
|
Loading…
Reference in New Issue
Block a user