LibWeb: Remove API URL character encoding

See https://github.com/whatwg/html/pull/9755/
This commit is contained in:
Gingeh
2026-01-13 21:40:14 +11:00
committed by Sam Atkins
parent 68a349974c
commit fbde887cc8
Notes: github-actions[bot] 2026-01-13 13:52:43 +00:00
9 changed files with 0 additions and 20 deletions

View File

@@ -579,7 +579,6 @@ SerializedEnvironmentSettingsObject EnvironmentSettingsObject::serialize()
.creation_url = this->creation_url,
.top_level_creation_url = this->top_level_creation_url,
.top_level_origin = this->top_level_origin,
.api_url_character_encoding = api_url_character_encoding(),
.api_base_url = api_base_url(),
.origin = origin(),
.has_cross_site_ancestor = has_cross_site_ancestor(),