LibWeb: Add disallow further import maps steps to ESO

This commit is contained in:
networkException
2022-10-23 04:06:19 +02:00
committed by Linus Groh
parent 794dc2e16b
commit 9afea1248f
Notes: sideshowbarker 2024-07-17 12:02:22 +09:00
2 changed files with 16 additions and 0 deletions

View File

@@ -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>);