Giter VIP home page Giter VIP logo

Comments (5)

sahava avatar sahava commented on August 22, 2024

Thank you so much!

I think the first thing would be to populate a column for it in the Current Status table, similar to how the other browsers have right now. So:

  • What the tracking protection mechanism is called (if anything), e.g. "Intelligent Tracking Prevention" for WebKit
  • Which version (with link to release notes) is the latest version of this mechanism deployed in
  • Link to the latest release of the browser
  • What is the default protection mode called (e.g. "Balanced" in Edge)
  • How are "known trackers" classified (e.g. "Disconnect.me" for Firefox), link to list if a public list is used
  • How does tracking protection impact cookies in 3P context
  • How does tracking protection impact cookies in 1P context
  • How is other browser storage (localStorage, sessionStorage, IndexedDB) impacted in 3P context
  • How is other browser storage (same) impacted in 1P context
  • What is the default referrer policy & is there other impact on referrer from a tracking protection point of view

If there are upcoming patches or releases around tracking protection, then links to their release notes or buglogs for the "Bubbling under" section.

I've got Brave finally running on my computer as well, so will happily contribute as well. Thanks again!

from cookie-status-dev.

fmarier avatar fmarier commented on August 22, 2024

Here's what the Brave entry should look like:

  • Mechanism: Shields
  • Deployed in: 0.55.18
  • Latest release: https://brave.com/latest/
  • Classification of "known trackers": n/a (storage restrictions apply to all origins)
  • Cookies in 3rd party context: Access restricted to all
  • Cookies in 1st party context: For cookies set with document.cookie, expiration set to a maximum of 7 days. Other cookies have a maximum expiry of 6 months.
  • Other browser storage in 3rd party context: No restrictions
  • Other browser storage in 1st party context: No restrictions
  • Referrer: cross-origin referrers are spoofed or stripped

from cookie-status-dev.

pes10k avatar pes10k commented on August 22, 2024

Some follow ups, just to clarify some places where we weren't sure exactly what was being asked for:

Brave blocks or modifies a large number of requests, based on rules taken from EasyList, EasyPrivacy, Disconnect, uBlock Origin and generated internally (https://github.com/brave/adblock-rust/blob/master/src/filter_lists/default.rs). Since we block these requests completely, we don't directly base storage on them, but have the downstream effect of blocking storage (and everything else) from any advertisers or trackers labeled by these lists.

from cookie-status-dev.

pes10k avatar pes10k commented on August 22, 2024

Also, now that 1.0 is out, we also plan to match Safari's restrictions on the lifetime of JS set storage (brave/brave-browser#4438)

from cookie-status-dev.

sahava avatar sahava commented on August 22, 2024

Thank you!

#10

from cookie-status-dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.