mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
WebContent: Add plumbing for 'is scripting enabled' setting
This commit is contained in:
parent
7bdbac7fd9
commit
780e5441b4
Notes:
sideshowbarker
2024-07-17 16:25:47 +09:00
Author: https://github.com/linusg
Commit: 780e5441b4
Pull-request: https://github.com/SerenityOS/serenity/pull/13375
5 changed files with 13 additions and 1 deletions
|
@ -459,4 +459,9 @@ void ConnectionFromClient::set_has_focus(bool has_focus)
|
|||
m_page_host->set_has_focus(has_focus);
|
||||
}
|
||||
|
||||
void ConnectionFromClient::set_is_scripting_enabled(bool is_scripting_enabled)
|
||||
{
|
||||
m_page_host->set_is_scripting_enabled(is_scripting_enabled);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue