views:

80

answers:

2

Firefox browser always requests feeds linked to page and this requests brings garbage to my development serever logs.

It there any way to switch off this annoying requests?

+1  A: 

I would suggest using a filtered log viewer such as chainsaw. That way you can keep all the logs and filter stuff that is not related to your application. You can also turn off firefox RSS feature using ideas similar to those here. It's just a styling ... I dug and dug the preferences, may be the mozilla default plugin deals with RSS.

whatnick
A: 

There is no known existing solution. This should be entered as a freature request ("turning this off") in Mozilla Firefox's Bug Tracker.

Aviral Dasgupta