Disable fraudulent warning for IV / Location Picker.

This commit is contained in:
John Preston
2025-11-15 11:53:55 +04:00
parent b33cdc581b
commit df2c426096
3 changed files with 3 additions and 1 deletions
@@ -650,6 +650,7 @@ void Controller::createWebview(const Webview::StorageId &storageId) {
Webview::WindowConfig{
.opaqueBg = st::windowBg->c,
.storageId = storageId,
.safe = true,
});
const auto raw = _webview.get();