mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
parent
aee77b975c
commit
9ce727d315
Notes:
sideshowbarker
2024-07-16 20:12:13 +09:00
Author: https://github.com/jamierocks
Commit: 9ce727d315
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/606
2 changed files with 14 additions and 6 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
namespace Web::Fetch::Fetching {
|
||||
|
||||
// https://fetch.spec.whatwg.org/#document-accept-header-value
|
||||
// The document `Accept` header value is `text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8`.
|
||||
constexpr auto document_accept_header_value = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"sv;
|
||||
|
||||
#define ENUMERATE_BOOL_PARAMS \
|
||||
__ENUMERATE_BOOL_PARAM(IncludeCredentials) \
|
||||
__ENUMERATE_BOOL_PARAM(IsAuthenticationFetch) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue