In EB 5.0.37 and with enable RSS Feeds set to No I am still getting some RSS related links generated but only in the categories view. There are NO other references to RSS on the site. When I audit my site the links in question return 404's (as RSS is not enabled). The links, only visible in view source look like this:
<link href="/blog/categories/cat1?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/blog/categories/cat1?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
As a work around I modified components/com_easyblog/views/categories/view.html.php (lines 142 to 145). Seems like those links should not be there if Enable RSS feeds is disabled. I am ok just though you might appreciate the feedback.