I am developing a web application that uses Javascript extensively.
My problem is the the JS code that had been working in Chrome does not work in Brave.
w = window.open('', '','width=100,height=100');
w.document.write('You are now connected to your Verifier');
How compatible is Brave with Chrome.
The example above is straight out of w3School.com
Description of the issue: Unable to popup alert window
Exact URL of the website in question: Private local server
Did the issue present with default Shields settings? (yes/no)
Does the site function as expected when Shields are turned off?
No
Is there a specific Shields configuration that causes the site to break? If so, tell us that configuration. (yes/no):
Does the site work as expected when using Chrome?
Yes