1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:27:35 +00:00

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