I have a button that opens up a new browser
Is there a way i can restrict people from going to other urls from the application.
like i want to create a whitelist of urls which are allowed to be opened.
maybe in scripting onbeforeurl or onrouterurl ?
<button onclick="window.open('https://www.google.com', '_blank')">Google</button>Is there a way i can restrict people from going to other urls from the application.
like i want to create a whitelist of urls which are allowed to be opened.
maybe in scripting onbeforeurl or onrouterurl ?
Last edited by a moderator: