mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb: Add disallow further import maps steps to ESO
This commit is contained in:
committed by
Linus Groh
parent
794dc2e16b
commit
9afea1248f
Notes:
sideshowbarker
2024-07-17 12:02:22 +09:00
Author: https://github.com/networkException Commit: https://github.com/SerenityOS/serenity/commit/9afea1248f Pull-request: https://github.com/SerenityOS/serenity/pull/15758 Reviewed-by: https://github.com/davidot ✅ Reviewed-by: https://github.com/linusg ✅
@@ -113,6 +113,8 @@ struct EnvironmentSettingsObject
|
||||
|
||||
bool module_type_allowed(String const& module_type) const;
|
||||
|
||||
void disallow_further_import_maps();
|
||||
|
||||
protected:
|
||||
explicit EnvironmentSettingsObject(NonnullOwnPtr<JS::ExecutionContext>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user