What is this and how can I make it stop???
There seems to be no rhyme or reason for it, they just download from safari.
There seems to be no rhyme or reason for it, they just download from safari.
David, the same thing is happening to me.
It seems to have something to do with Citrix, which I use for work. Do you have the Citrix Xen App installed?
sudo find / -type f -exec grep -i -l contextweb {} \;
Do they download when visiting a specific site? A poorly-configured server may cause pages to be downloaded rather than displayed.
If you open the file in TextEdit, what do you see?
mine in just on e46fanatics.com, whenever I change pages.
And as for the second question..?
Search your hard drive for any file with contextweb in it. You may find a preference file that may assist you.
In Terminal you can use:
Code:sudo find / -type f -exec grep -i -l contextweb {} \;
That will print out a listing of any file containing contextweb in it. It's a case-insensitive search as well.
would blocking it on my DNS (opendns) do the same thing?Two choices I can see:
1. Edit /etc/hosts and add tag.contextweb.com to point to 127.0.0.1
2. Use Firefox, install Adblock Plus, and block http://*.contextweb.com/*
I'd use choice # 2 personally.
Assuming it acts as any other normal DNS server.would blocking it on my DNS (opendns) do the same thing?
Two choices I can see:
1. Edit /etc/hosts and add tag.contextweb.com to point to 127.0.0.1
2. Use Firefox, install Adblock Plus, and block http://*.contextweb.com/*
I'd use choice # 2 personally.