vod:pod:

flickr:

IMG_1605 IMG_1604

IMG_1601 IMG_1598

IMG_1597 IMG_1596

filtunes:

links:

  • Webmail
  • My Space
  • Blog Home
  • Log in
  • Register

archive:

categories:

search blog:

other:

Talk about a miserable failure.

July 23, 2007

MySpace just broke Privoxy

by .

Or maybe that should be the other way around? Anyway, the point is that MySpace recently made some changes that broke the site when used behind a default Privoxy install. After removing all the rules from the site, and then adding them each in one by one until the site broke again, I think it’s because of the session-cookies-only directive. I don’t know why that should matter to anything, but I think MySpace is doing some cookie trickery that’s foiled by removing the expiration from cookies. Anyway, throw this at the bottom of your user.action file:

{-session-cookies-only} .myspace.com

4 Responses to “MySpace just broke Privoxy”

  1. Justin Goldberg Says:

    That’s cool. Now about blocking those awful match.com webcam ads….

  2. Justin Goldberg Says:

    I think it probably needs some regexp that blocks this:

    http://creative.myspace.com/cms/js/ad_wrapper0044.js

    Can you think of any?

  3. Phil Kulak Says:

    Something like this could work:

    { +block }
    creative.myspace.com/cms/js/ad*

  4. Justin Goldberg Says:

    Thanks! But shouldn’t it be creative\.myspace\.com/cms/js/ad*, or did I read this wrong?