diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-05-15 00:32:07 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-05-15 00:32:07 +0300 |
commit | 1c9d6206cb04027614d6857786d1d82767664b45 (patch) | |
tree | dd64ba865c10972e6e114783dfdfd3a988555e93 /netwerk/protocol/http/nsIHttpProtocolHandler.idl | |
parent | 1a0462b4587a127d90e36b1f50687a223be8ba0f (diff) | |
download | UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.gz UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.lz UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.xz UXP-1c9d6206cb04027614d6857786d1d82767664b45.zip |
Revert incorrect UAO optimization that broke SSUAO
Diffstat (limited to 'netwerk/protocol/http/nsIHttpProtocolHandler.idl')
-rw-r--r-- | netwerk/protocol/http/nsIHttpProtocolHandler.idl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/netwerk/protocol/http/nsIHttpProtocolHandler.idl b/netwerk/protocol/http/nsIHttpProtocolHandler.idl index f333a557c..82ac83fe4 100644 --- a/netwerk/protocol/http/nsIHttpProtocolHandler.idl +++ b/netwerk/protocol/http/nsIHttpProtocolHandler.idl @@ -113,14 +113,5 @@ interface nsIHttpProtocolHandler : nsIProxiedProtocolHandler */ #define NS_HTTP_ON_EXAMINE_CACHED_RESPONSE_TOPIC "http-on-examine-cached-response" -/** - * Before an HTTP request corresponding to a channel with the LOAD_DOCUMENT_URI - * flag is sent to the server, this observer topic is notified. The observer of - * this topic can then choose to modify the user agent for this request before - * the request is actually sent to the server. Additionally, the modified user - * agent will be propagated to sub-resource requests from the same load group. - */ -#define NS_HTTP_ON_USERAGENT_REQUEST_TOPIC "http-on-useragent-request" - %} |