Do you use Global Privacy Control?

Discussion in 'polls' started by Sampei Nihira, Dec 24, 2024.

?

Do you use Global Privacy Control?

  1. Yes

    5 vote(s)
    27.8%
  2. No

    10 vote(s)
    55.6%
  3. I don't care

    3 vote(s)
    16.7%
  1. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,984
    Location:
    Italy
    But did you read what I wrote to @SeriousHoax ?
    It's obvious that the “external” features of AG + uBo don't have the ability to modify an HTTP header.
    ;):)
     
  2. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,984
    Location:
    Italy
    It is interesting to note that uBlock Origin Lite can modify “HTTP Sec-GPC” to the value 1 using a DNR rule.
    However, it does not yet have the ability to inject the script to modify “navigator.globalPrivacyControl” to the value true.
    I have written a DNR rule for this purpose:


    1.png


    If any forum members want to analyze (and perhaps improve) the rule, I can add it to the thread.;):):thumb:
     
  3. Bertazzoni

    Bertazzoni Registered Member

    Joined:
    Apr 13, 2018
    Posts:
    782
    Location:
    Milan, Italia
    That would be great.
     
  4. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,984
    Location:
    Italy
    Code:
    action:
      type: modifyHeaders
      requestHeaders:
        - header: Sec-GPC
          operation: set
          value: 1
    condition:
      urlFilter: *
      resourceTypes:
        - main_frame
        - sub_frame
        - xmlhttprequest
        - image
        - script
        - font
        - media
        - other
    ---
     
  5. Bertazzoni

    Bertazzoni Registered Member

    Joined:
    Apr 13, 2018
    Posts:
    782
    Location:
    Milan, Italia
  6. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,984
    Location:
    Italy
    Last edited: Aug 14, 2025
  7. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,984
    Location:
    Italy
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.