Privacy badger reports one tracker (for which it disables cookies) on my Mailman installation. It is:
secure.gravatar.com
What is this for and how do I get rid of it?
I looked at the site and it seems like some sort of take a avatar any where. I do not want that on the lists I am managing for this group of users.
cheers
Worik
-- If not me then who? If not now then when? If not here then where? So, here I stand, I can do no other root@worik.org 021-1680650, (03) 4821804 Aotearoa (New Zealand)
On 2/14/19 2:31 PM, worik wrote:
Privacy badger reports one tracker (for which it disables cookies) on my Mailman installation. It is:
secure.gravatar.com
What is this for and how do I get rid of it?
If you go to <https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/> and look around the archives you will see that all users have some sort of graphic image associated with them. In many cases such as yours, the image is just a rudimentary silhouette, but others have a picture or other graphic. Those are things the user has published at gravatar.com.
You can disable them by setting
GRAVATAR_SECURE_URL = ''
in your local settings. See <https://github.com/twaddington/django-gravatar>
Setting the URL to the null string is not completely satisfactory as there will still be a 'missing image' where the image used to be, but it should remove references to secure.gravatar.com.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 15/02/19 3:51 PM, Mark Sapiro wrote:
You can disable them by setting
GRAVATAR_SECURE_URL = ''
in your local settings. See <https://github.com/twaddington/django-gravatar>
Where do I make that setting? There is nothing like it in any of my files.
Worik
-- If not me then who? If not now then when? If not here then where? So, here I stand, I can do no other root@worik.org 021-1680650, (03) 4821804 Aotearoa (New Zealand)
On Mon, Feb 18, 2019, at 7:16 PM, worik wrote:
On 15/02/19 3:51 PM, Mark Sapiro wrote:
You can disable them by setting
GRAVATAR_SECURE_URL = ''
in your local settings. See <https://github.com/twaddington/django-gravatar>
Where do I make that setting? There is nothing like it in any of my files.
This should go in your Django's settings.py (or settings_local.py) depending on how you installed Mailman.
Worik
-- If not me then who? If not now then when? If not here then where? So, here I stand, I can do no other root@worik.org 021-1680650, (03) 4821804 Aotearoa (New Zealand)
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
participants (3)
-
Abhilash Raj
-
Mark Sapiro
-
worik