How do I turn off loud alert from Safari?

07
2014-07
  • Lewy

    Safari occasionally rings a loud bell sound for unknown reason. I haven't been able to find a way to turn it off. Can anyone explain why it makes these sounds and how to get it to stop?

    When I clicked POST YOUR QUESTION, Safari rang the bell again.


    Answer to question: I am running OS X 10.9.1.

  • Answers
  • techie007

    Check for 3rd party extensions you may have installed in Safari.

    Specifically, the "GMail Counter" for Safari has a bell ring sound effect to it when it detects new mail on Gmail.

    Can't say it's that specific extension in question - but still, check your installed extensions and disable/re-enable them until you find the culprit.


  • Related Question

    How can I increase max persistent connections per server for Safari 4.0.x?
  • BigCanOfTuna

    We have a web application that is being restricted by the max number of persistent connections per server in Safari. FireFox 3 allows us to easily configure this browser restriction, and there is a hack for IE 8. Is there a known way to change this restriction in Safari?


  • Related Answers
  • Mark Henderson

    I wish there was. But this is a part of the HTTP 1.1 Specifications (Page 44) so a well behaved browser shouldn't violate it anyway.

    If you're having troubles with designing your own application, then the answer is to look into different ways of doing what you're trying to (try Stack Overflow for this), because if you ever then get an outside visitor you can't very well ask them to reconfigure their browser with ugly hacks just to view your website...

  • jp5

    This may not easily solve the original problem, but there is a workaround to the persistent connection/host limit in Safari. You can fool Safari by editing the hosts file. For example, to /etc/hosts you might add:

    192.168.1.101 host1 host2 ...

    Now you can have "x" persistent connections with each dummy host name, where "x" is the limit in Safari. You are stuck entering and updating the IP address, unless you use another hack to periodically update it. See the answer by Guðmundur H here: auto-update IP address in /etc/hosts

    This came in handy when using server-push to display images from 16 different security cameras. Safari 5.0.x stops loading after the sixth image, but using dummy server names all pointing to the same IP address allows an unlimited number of connections.

  • duskwuff

    No, there is no exposed setting for this in Safari.