mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb/HTML: Make environments top level creation URL nullable
This is explicitly set to null for Workers.
This commit is contained in:
committed by
Andrew Kaster
parent
a786269687
commit
96f38dc180
Notes:
github-actions[bot]
2025-04-22 15:30:49 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/96f38dc1803 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4414 Reviewed-by: https://github.com/ADKaster ✅
@@ -22,7 +22,7 @@ enum class CanUseCrossOriginIsolatedAPIs {
|
||||
struct SerializedEnvironmentSettingsObject {
|
||||
String id;
|
||||
URL::URL creation_url;
|
||||
URL::URL top_level_creation_url;
|
||||
Optional<URL::URL> top_level_creation_url;
|
||||
URL::Origin top_level_origin;
|
||||
|
||||
String api_url_character_encoding;
|
||||
|
||||
Reference in New Issue
Block a user