mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWeb: Bring Document::fallback_base_url closer to the spec
This commit is contained in:
parent
5d9d0aa267
commit
6e75440d5a
Notes:
sideshowbarker
2024-07-18 04:38:32 +09:00
Author: https://github.com/ADKaster
Commit: 6e75440d5a
Pull-request: https://github.com/SerenityOS/serenity/pull/23063
3 changed files with 25 additions and 5 deletions
|
@ -236,7 +236,8 @@ HTML::Origin determine_the_origin(AK::URL const& url, SandboxingFlagSet sandbox_
|
|||
|
||||
SandboxingFlagSet determine_the_creation_sandboxing_flags(BrowsingContext const&, JS::GCPtr<DOM::Element> embedder);
|
||||
|
||||
// FIXME: Find a better home for this
|
||||
// FIXME: Find a better home for these
|
||||
bool url_matches_about_blank(AK::URL const& url);
|
||||
bool url_matches_about_srcdoc(AK::URL const& url);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue