Facing the same issue. From what I understand, if you set the header
Permissions-Policy: browsing-topics=()
in your responses it should disable the attestation check whilst disabling the topic api.
EDIT: Adding to this (volomike)… In an .htaccess file, one can do:
<IfModule mod_headers.c>
Header set Permissions-Policy "browsing-topics=()"
</IfModule>
답글 남기기