mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 01:38:56 +00:00
LibWeb: Implement 'host is domain' concept from the URL spec
This commit is contained in:
parent
55315d72f7
commit
7fd4c7b0c6
Notes:
sideshowbarker
2024-07-17 05:01:22 +09:00
Author: https://github.com/linusg
Commit: 7fd4c7b0c6
Pull-request: https://github.com/SerenityOS/serenity/pull/15795
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/davidot ✅
2 changed files with 12 additions and 0 deletions
|
@ -72,5 +72,6 @@ private:
|
|||
};
|
||||
|
||||
HTML::Origin url_origin(AK::URL const&);
|
||||
bool host_is_domain(StringView host);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue