ISPs Inserting Ads Into Your Pages
TheWoozle writes "Some ISPs are resorting to a new tactic to increase revenue: inserting advertisements into web pages requested by their end users. They use a transparent web proxy (such as this one) to insert javascript and/or HTML with the ads into pages returned to users. Neither the content providers nor the end-users have been notified that this is taking place, and I'm sure that they weren't asked for permission either."
I know this won't be everyone's primary concern, but what happens to all of those pages carefully crafted to adhere to a specific standard eg HTML 4.01, XHTML 1.1 or whatever else you may choose? Surely, unless these uninvited contributions also adhere to that specific standard, we have no hope of producing standards-compliant documents.
http://wtanaka.com/node/62
It was especially annoying when the ad insertion code didn't quite work right and caused web pages to break.
They later issued a new firmware that disabled this. But not before I had issued them a "fuck off" feedback. I have never bought another belkin product since and I strongly urge no-one else to do so either. Fuck them.
'Once scientists, even the dim-witted social scientists, get muzzled, the Western Civilization is finished.' - oldhack
This is one angle to pursue, you have requested a page and the page you receive has been altered by the proxy, therefore "corrupted" the data.
If this continues then someone can write a plugin for Firefox to stop the adverts.
Back at the start of the net, many people started to build their own little networks (e.g. the "freenets", which existed long before freenet) and make connections with their neighbours. This activity was wiped out when ISPs started providing service at less than cost in order to build their business, making freenets not worth the investment. Now we are back at the stage where ISPs are trying to make money and messing up the service. It's time to restart building those networks and move off the commercial ISPs. Does anybody know any good places to start this? I'm ready to interconnect with my neighbours. How do we arrange sensible cheap long distance interconnectivity?
What about freenetworks.org? Are Wifi Coops any good? Any others?
The customers of these asshole ISP's may not be able to stop them, but web site owners might. HTML code is frequently copyrighted. Injecting Javascript into a web page creates an unauthorized derivative work. Some webmaster needs to start sending DMCA takedown notices to ISP's using these ad injection proxies.
The key sequence to access my Slashdot bookmark in Firefox is Alt-B-S. I don't believe this is a coincidence.
...like a copyright infringment. The ISP takes the work, creates a derivate, then distributes that derivate to you. Clearly the page is distributed as a whole even though it's made up of parts, you'd certainly relate porn ads to a company if they appeared on that company's webpage which means it's absolutely not its own work. It's like a book club embedding ad pages in the books before shipping them to members.
Distribution is an exclusive right of the copyright holder.
That they change the content means all paragraph 512 limitations are out the window.
The fair use test (commercial, creative work, almost whole work (all the non-ad content), kills ad revenue) is a 0-4 slam dunk against.
So tell me exactly, what's protecting the ISP from an "allofmp3" style lawsuit for a few trillion, since every web page is a $150,000 lawsuit in itself? Whoever in the legal department who approved this should be terrified.
Live today, because you never know what tomorrow brings
I am pissed that they are even addressing my http stream through proxy. Technically, that is eavesdropping my session. Not to mention that just looking for the place to insert the ad will most certainly screw up many web applications. Once an ISP crosses this line there is no limit on what they can do. Things like feeding you a bogus SSL cert while making it appear perfectly legit and decrypting your traffic, redirecting entire web sites, blocking content without your knowledge...it goes on and on. The ISP even having this information in their logs starts a huge slippery slope.
Everyone, immediately call a lawyer and run away from any ISP that does this. You have been warned.
It would seem pretty straightforward to document uses of your website to sell ads, so that you could sue ISPs for copyright violation. This seems pretty straightforward to me.
1) Generate a unique id for every webpage transmitted. php's uniq() function would be fine. Embed it in the page.
2) Generate a checksum before transmitting the page. Save the id and the checksum, perhaps in a mysql database, when transmitting the page.
3) Embed a javascript that can compute the checksum of the document at the user's end. Have it transmit the checksum back to the server.
4) If the checksum doesn't match, have the javascript transmit the content of the page and it's headers, and perhaps even a traceroute, back to the server.
5) Server stores all of the above in a "pages corrupted in transmission" log.
Log analysis should then give you a list of ISPs who have consistently corrupted your pages, details on what they inserted, and documented # of violations with date and time. You can take this documentation to the court and say "Look! Earthlink/Megapath/AT&T/Whoever has illegally copied my website to market their own advertisements 12,432 times in the last year!". Demand remuneration.
6) Profit!
7) Reduce ISP's willingness to fsck with other people's content and thereby make the world a better place.
8) (Optionally) Have your own javascript strip their ad and/or put a banner at the top that notes "Your ISP has attempted to illegally insert their own advertising into our website, thereby making money off you and me without either of our permission. We strongly suggest you switch internet service providers." -- try to get user pressure on the ISP.
I'm about to head out on a 10-day vacation. When I get back, if one of y'all hasn't written this yet I'll start on it myself.
I stole this sig from someone cleverer than me.
Funny, I was under the impression that there was a lawsuit about some Microsoft technology that added links to other content providers' pages that argued that the practice was a violation of copyright (because by altering your content, they are in effect creating their own derivative work without your permissions). Couldn't you just slap them with a DMCA takedown notice?
I am almost always against laws (which are often worse than the ill they are trying to right), but it seems to me that there ought to be some sort of regulation that requires ISPs (since they are mostly effectively monopolies) to offer a transparent pipe for those who want to avoid all their obnoxious practices.