Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable chrome yellow infobar?

enter image description here

I'm trying to remove the yellow infobar. Tried this, adding that parametet to shortcut with no luck:

C:\Users[USERNAME]\AppData\Local\Google\Chrome\Application\chrome.exe –disable-web-security

What is the correct way to hide this yellow infobar ? Thanks

like image 408
user198989 Avatar asked Dec 02 '22 18:12

user198989


1 Answers

Add the --disable-infobars flag to your command to prevent the yellow infobar from appearing.

That infobar exists for a reason though: It is to warn that a dangerous feature is being used. I recommend against hiding the infobar, because sooner or later you will accidentally visit your bank's website and another malicious website in the same unprotected browsing session.

like image 88
Rob W Avatar answered Dec 21 '22 22:12

Rob W