Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Tuesday August 14 2018, @05:43PM   Printer-friendly
from the can-you-ID-me-now? dept.

Browser fingerprinting is where JavaScript or other means are used to scrape uniquely identifying information from the browser metadata and functions such as how it draws a canvas object. In it's latest release Apple will defeat browser fingerprinting by making all Mac users look alike to advertisers and websites that use fingerprinting to track users. Apple can afford to do this as it doesn't have skin in the online advertising game.

[This is likely only going to be for the Safari browser. - Ed]


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by MichaelDavidCrawford on Wednesday August 15 2018, @07:41PM (2 children)

    by MichaelDavidCrawford (2339) Subscriber Badge <mdcrawford@gmail.com> on Wednesday August 15 2018, @07:41PM (#721900) Homepage Journal

    I'm not clear as to how that relates to the RFCs.

    If you run a personal webserver as I do, to map a bunch of domains to 127.0.0.1 will result in your local webserver's log being stuffed chock full o' 404s. That's somewhat annoying when I'm trying to debug a local server's config.

    All my boxen have local versions of each of my domains so I can make Server Side Includes work locally:

    127.0.0.1 soggy.brak . # One one machine
    127.0.0.1 soggy.frylock # On another machine

    --
    Yes I Have No Bananas. [gofundme.com]
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Informative) by Pino P on Thursday August 16 2018, @02:00PM (1 child)

    by Pino P (4721) on Thursday August 16 2018, @02:00PM (#722180) Journal

    Then configure your webserver's name-based virtual host mechanism to put the real domains' log entries in one file and other domains' log entries in another file. Instructions for this depend on whether you are using Apache, NGINX, or something else.