Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable issue notifications in Chrome?

Recently, an Issues panel has been added to Chrome, this one:

enter image description here

It's ok if the Chrome team wanted to add it to Chrome. The problem is that it shows notifications or alerts (I don't know how to call them) in the console. Something like this:

enter image description here

I find them quite annoying. Is there any way to disable them?

like image 240
amedina Avatar asked Nov 15 '22 07:11

amedina


2 Answers

You can allow or block notifications from all sites or the one you want to block. Go to the Chrome setting on the top right and click on Privacy and security > Site settings > Notifications. Now here in notifications, you can block or allow all notifications.

like image 78
Naheed Mir Avatar answered Feb 02 '23 11:02

Naheed Mir


I had the same problem. It showed up everytime I reloaded the website I was developing. The way I solved it was adding my website to Allow Insecure Content

  • Go to Chrome Preferences
  • Privacy Settings
  • Insecure content
  • Added my url to Allow group
like image 39
Luis Avatar answered Feb 02 '23 13:02

Luis