Slashdot Mirror


Online Publisher Blocks LinuxToday Referrals

MadChicken writes "This weekend, LinuxToday found that their link to an article was blocked by CMP Media LLC (publishers of Information Week). The editorial with full details is here. Could this have impact on other online news sites?"

6 of 346 comments (clear)

  1. Re:Does This Mean.... by Simon+(S2) · · Score: 5, Informative

    Can I tell my brower not to tell that I'm following a link when I enter a site?

    yes. that would solve the problem.

    in mozilla you can set the network.http.sendRefererHeader value to 0.

    or just open the link in a new tab.

    --
    I just don't trust anything that bleeds for five days and doesn't die.
  2. Solution for mozzy/firebird users by doormat · · Score: 5, Informative

    Edit user.js and add/change

    user_pref("network.http.sendRefererHeader", 0);

    No more referers sent.

    --
    The Doormat

    If you're not outraged, then you're not paying attention.
  3. Mozilla 1.6 bypass instructions. by pherris · · Score: 5, Informative
    1. Open 'about:config'
    2. Set 'network.http.sendRefererHeader' to 0
    3. Enjoy.

    This simply kills off the referer tag from being sent and lets you through. While it's very unlikely this will cause problems, some web sites might not work w/o the tag.

    --
    "And a voice was screaming: 'Holy Jesus! What are these goddamn animals?'" - HST
  4. Retype or Copy & Paste does that for one-shots by billstewart · · Score: 5, Informative
    Other people posted how to set your browser to do this consistently, but if you don't want to do that, just type the URL that's getting blocked into a new browser window, or copy and paste it if it's too long to retype. That way there's no REFERER associated with it.

    On the other hand, some websites that don't like deep linking will only show you their deeper pages if you DO have a REFERER set from one of their other pages - so you have to go in through the front door. That's one reason you might not want to block REFERER permanently.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  5. Slander vs. fair use. by fmaxwell · · Score: 5, Informative

    Yes, they can block who they want, but they don't have a right to determine who will have fair use rights. The message that they displayed was "Unfortunately, we cannot satisfy this particular request because it comes from a source that is not authorized to redistribute our content..." That implies that LinuxToday was violating CMP's copyright (because CMP has no legal right to decide who is 'authorized' to make fair-use excerpts. Thus, CMP has slandered LinuxToday.

    On a wider scale, we have seen large corporate entities go to great lengths to prevent fair use. The RIAA and MPAA have redefined fair use and put copy protection into place to prevent fair use copying and backup. Broadcasters will have a "flag" in HDTV broadcasts that tells digital recording devices whether a broadcast can be recorded. Software companies have long fought against fair use. I just bought Unreal Tournament 2004. It uses a form of copy protection and, on top of that, requires that a "Play CD" be in the drive. You can't back up that CD using normal methods and you're hosed if it gets damaged or lost. (There were cracks out the next day, but 99% of people will never know about the cracks.)

    We need laws protecting fair use before large corporations effectively quash it. Should CMP be allowed to "punish" a site for exercising their fair use rights to excerpt? I see both sides of this one, but, given the big picture of corporations deciding to prevent fair use, I have to side with LinuxToday.

  6. Can do this in Opera, too by Feelvoid · · Score: 5, Informative

    In Opera, You can toggle the sending of the Referrer Header at any time.

    Use the quick menu: Just hit F12, then 'f'. (on v6.03 at least)

    I can see lots of uses for this. You can use this to hide where you're coming from, such as clicking on info links from BitTorrent repositories of questionable nature. Or when trying to get through to sites who have blocked access via Referrer from Slashdot.

    From the online docs:

    "
    Disabling referrer logging

    Do you want Opera to send information referring to the page from where the document or picture was requested?

    If you enable this option in File > Preferences > Privacy, Web servers can store information about the site that you last visited before you jumped to the current one. This allows webmasters to analyze how people find their way to his website.

    Disable this option if..."
    [Remainder of text deleted to fit within fair-use guidelines. Ahem.]

    It would wreak havoc on the spirit of the internet to have user-definable Referrer fields, though...

    -j.