diff options
author | Moonchild <moonchild@palemoon.org> | 2020-11-15 23:10:49 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-11-15 23:11:24 +0000 |
commit | 113a082c00d57e0460efee9432f71551d8f117b4 (patch) | |
tree | 465194ef093f1dd4cdc1fc8ec848b9361b0555a3 /netwerk/protocol/http/nsHttpHandler.h | |
parent | f2f3597ca8f425f08eff1c89cf8fb6d8bcd5231c (diff) | |
download | uxp-113a082c00d57e0460efee9432f71551d8f117b4.tar.gz |
Revert "Issue mcp-graveyard/UXP#1684 - Remove global UA override preference and supporting code."
This reverts commit 18df01eb5498c954044f96c346026da0238d2e61.
Backed out for devtools breakage.
Diffstat (limited to 'netwerk/protocol/http/nsHttpHandler.h')
-rw-r--r-- | netwerk/protocol/http/nsHttpHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/http/nsHttpHandler.h b/netwerk/protocol/http/nsHttpHandler.h index 549b822057..4f632e0784 100644 --- a/netwerk/protocol/http/nsHttpHandler.h +++ b/netwerk/protocol/http/nsHttpHandler.h @@ -506,6 +506,7 @@ private: nsCString mDeviceModelId; nsCString mUserAgent; + nsXPIDLCString mUserAgentOverride; bool mUserAgentIsDirty; // true if mUserAgent should be rebuilt bool mAcceptLanguagesIsDirty; |