Skip to content

Attestation check for Topics on https://example.com/ failed #301

Open
@gaurav-1302

Description

@gaurav-1302

Hi,
I am trying to access the topics on my production website using the following javascript code.

     async function fetchIntrest(){
         const topics = await document.browsingTopics();
         console.log(topics)
      }
      fetchIntrest();

I have also included the
<meta http-equiv="Feature-Policy" content="browsing-topics *">
Header in my page but getting the following error

Attestation check for Topics on https://www.atirun.com/ failed. (index):506 
[]

And an empty array is returned.
Guide me to resolve this error and access users browsingTopics through my website.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions