Skip to content

Commit

Permalink
feat: Block WebViewService (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Master Oogway <125769645+ActualMasterOogway@users.noreply.github.com>
  • Loading branch information
ActualMasterOogway authored Oct 25, 2024
1 parent 156d302 commit 0cb2f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Environment/EnvironmentManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ static std::vector<std::string> blockedServices = {"linkingservice",
"platformcloudstorageservice",
"startpageservice",
"scripteditorservice",
"avatareditorservice"};
"avatareditorservice",
"webviewservice"};

static std::vector<std::string> blockedFunctions = {
"openvideosfolder", "openscreenshotsfolder", "getrobuxbalance",
Expand Down

0 comments on commit 0cb2f80

Please sign in to comment.