Hi,
I am developing an application wherein i am using the --disable-web-security switch to render few pages.
i am using the below command to launch the browser:
chromium-browser --kiosk --allow-files-access-from-files --disable-web-security xyz.html
But the browser page comes up with a warning message 'You are using an unsupported command-line flag: —disable-web-security. Stability and security will suffer'.
Note :
If i use the below command, the error message doesn't come but the page doesn't cover the whole screen :
chromium-browser --kiosk --allow-files-access-from-files --disable-web-security --app=xyz.html.
Please help.