Revert incorrect UAO optimization that broke SSUAO

This commit is contained in:
JustOff 2018-05-15 00:32:07 +03:00 committed by Roy Tam
commit 0aeb4a7e15
8 changed files with 4 additions and 89 deletions

View file

@ -95,10 +95,4 @@ interface nsILoadGroup : nsIRequest
* the docShell has created the default request.)
*/
attribute nsLoadFlags defaultLoadFlags;
/**
* The cached user agent override created by UserAgentOverrides.jsm. Used
* for all sub-resource requests in the loadgroup.
*/
attribute ACString userAgentOverrideCache;
};