diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-07 21:38:26 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 14:41:51 +0200 |
commit | c030a50228349fa1b2c0b4fbc2e83752324dd4d7 (patch) | |
tree | 7102015febc58021d3e6af6ac40b3299e437f1d2 /netwerk/protocol/http/nsHttpAtomList.h | |
parent | e4c6db86b806a9b7b11b94323189954736d45a67 (diff) | |
download | uxp-c030a50228349fa1b2c0b4fbc2e83752324dd4d7.tar.gz |
Issue #1721 - Implement GlobalPrivacyControl
(and get rid of failed DoNotTrack)
Diffstat (limited to 'netwerk/protocol/http/nsHttpAtomList.h')
-rw-r--r-- | netwerk/protocol/http/nsHttpAtomList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/http/nsHttpAtomList.h b/netwerk/protocol/http/nsHttpAtomList.h index 5db985613e..867ac0010d 100644 --- a/netwerk/protocol/http/nsHttpAtomList.h +++ b/netwerk/protocol/http/nsHttpAtomList.h @@ -45,11 +45,11 @@ HTTP_ATOM(Date, "Date") HTTP_ATOM(DAV, "DAV") HTTP_ATOM(Depth, "Depth") HTTP_ATOM(Destination, "Destination") -HTTP_ATOM(DoNotTrack, "DNT") HTTP_ATOM(ETag, "Etag") HTTP_ATOM(Expect, "Expect") HTTP_ATOM(Expires, "Expires") HTTP_ATOM(From, "From") +HTTP_ATOM(GlobalPrivacyControl, "Sec-GPC") HTTP_ATOM(Host, "Host") HTTP_ATOM(If, "If") HTTP_ATOM(If_Match, "If-Match") |