mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Remove 'classic' from 'default classic script fetch options'
See:
- 5ee6b7b
This commit is contained in:
parent
29416befe6
commit
d6db6edaf6
Notes:
github-actions[bot]
2024-10-04 06:41:19 +00:00
Author: https://github.com/jamierocks
Commit: d6db6edaf6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1620
3 changed files with 6 additions and 6 deletions
|
@ -422,8 +422,8 @@ ErrorOr<void> initialize_main_thread_vm(HTML::EventLoop::Type type)
|
|||
// 3. Let referencingScript be null.
|
||||
Optional<HTML::Script&> referencing_script;
|
||||
|
||||
// 4. Let originalFetchOptions be the default classic script fetch options.
|
||||
auto original_fetch_options = HTML::default_classic_script_fetch_options();
|
||||
// 4. Let originalFetchOptions be the default script fetch options.
|
||||
auto original_fetch_options = HTML::default_script_fetch_options();
|
||||
|
||||
// 5. Let fetchReferrer be "client".
|
||||
Fetch::Infrastructure::Request::ReferrerType fetch_referrer = Fetch::Infrastructure::Request::Referrer::Client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue