mosabab commented on a change in pull request #886:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/886#discussion_r660005409



##########
File path: src/android/InAppBrowser.java
##########
@@ -996,9 +996,6 @@ public void postMessage(String data) {
                 inAppWebView.setId(Integer.valueOf(6));
                 inAppWebView.getSettings().setLoadWithOverviewMode(true);
                 inAppWebView.getSettings().setUseWideViewPort(useWideViewPort);
-                // Multiple Windows set to true to mitigate Chromium security 
bug.
-                //  See: 
https://bugs.chromium.org/p/chromium/issues/detail?id=1083819
-                inAppWebView.getSettings().setSupportMultipleWindows(true);

Review comment:
       You are welcome to improve this PR in the correct way 👍




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to