Dactyloidae/netwerk/test/gtest
Moonchild c95a802078 Issue #2070 - When multiple HSTS headers are received, only consider the first.
This implements a plain interpretations of RFC 6797, which says to only consider
the first HSTS header.
This slightly conflicts with RFC 7230, which says that sending multiple headers
which can't be merged is illegal (except for a specific whitelist which HSTS isn't in),
so this situation should never occur in the first place (and would therefore not need
the explicit entry in RFC 6797).

It improves HSTS robustness dealing with non-compliant servers.

Resolves #2070
2022-12-30 09:21:48 +08:00
..
moz.build Issue #2070 - When multiple HSTS headers are received, only consider the first. 2022-12-30 09:21:48 +08:00
TestBase64Stream.cpp [xpcom] Make Base64 compatible with ReadSegments() with small buffers. 2020-07-31 08:07:55 +08:00
TestHeaders.cpp Issue #2070 - When multiple HSTS headers are received, only consider the first. 2022-12-30 09:21:48 +08:00
TestProtocolProxyService.cpp import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
TestStandardURL.cpp [network] Add some sanity checks to deserialized nsStandardURLs 2021-07-15 09:26:21 +08:00