Reputation: 181
You can do the trick like so:
var img = new Image(); img.src = 'something';
So, is it a bug or feature?
P.S. instead of example.com can be any website.
Upvotes: 3
Views: 428
Reputation: 1034
I had to go through my extensions and disable some "search me" malware add-on. Try disabling your add-ons one by one to find if one of them is the culprit
Upvotes: 1
Reputation: 132
Did you tried something like 'http://example.com'? Because 'example.com' could also be an folder on your server or client
Upvotes: 1