1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:47:45 +00:00

LibWebView: Add an API to query if a host is on the Public Suffix List

This commit is contained in:
Timothy Flynn 2023-10-20 10:42:34 -04:00 committed by Andreas Kling
parent d4615c47a4
commit 9f9e5c0f55
3 changed files with 20 additions and 8 deletions

View file

@ -12,6 +12,7 @@
namespace WebView {
bool is_public_suffix(StringView host);
Optional<String> get_public_suffix(StringView host);
enum class AppendTLD {