Skip to content

Commit

Permalink
Add k-anon disable command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkiklee committed Dec 13, 2023
1 parent e642048 commit 68e4f1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions functions/view/home/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<li>
If you are using Chrome M118+, execute Chrome from the command line and set the flag <code>--args --disable-features=EnforcePrivacySandboxAttestations</code> to disable attestation.
</li>
<li>
If you are using Chrome M122, execute Chrome from the command line and set the flag <code>--args --disable-features=FledgeEnforceKAnonymity</code> to disable k-anonymity check
</li>
<li>
Disabling attestation and the k-anonymity check can be combined to a single command: <code>--disable-features=EnforcePrivacySandboxAttestations,FledgeEnforceKAnonymity</code>
</li>
<li>
Visit the
<a href='{{{advertiserUrl}}}' target='_blank'>advertiser page</a> which will add your browser to an interest group.
Expand Down

0 comments on commit 68e4f1d

Please sign in to comment.