mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb: Implement 'Is secure context' AO
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 05:00:14 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/4baf0a4486 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 ✅
@@ -143,5 +143,6 @@ JS::Realm& relevant_realm(JS::Object const&);
|
||||
EnvironmentSettingsObject& relevant_settings_object(JS::Object const&);
|
||||
EnvironmentSettingsObject& relevant_settings_object(DOM::Node const&);
|
||||
JS::Object& relevant_global_object(JS::Object const&);
|
||||
[[nodiscard]] bool is_secure_context(Environment const&);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user