amedina
amedina

Reputation: 3476

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?

Upvotes: 8

Views: 1864

Answers (2)

Luis
Luis

Reputation: 31

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

Upvotes: 1

Naheed Mir
Naheed Mir

Reputation: 46

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.

Upvotes: 1

Related Questions