Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

763
Views
Error con el encabezado Permissions-Policy: función no reconocida: 'interest-cohort'. Error al intentar agregar un atributo de ID a un botón JavaScript

Entonces, quería ejecutar algo de JavaScript en mi aplicación de Android que está en Java, pero al probar el JavaScript que debe ejecutarse; en Chrome Console ( Ctrl-Shift-J ), aparece el siguiente error:

Error con el encabezado Permissions-Policy: función no reconocida: 'interest-cohort'.

El sitio es chess.com y el error ocurre cuando ejecuto el siguiente código:

 document.body.innerHTML = document.body.innerHTML.replace(`<button type="button" class="ui_v5-button-component ui_v5-button-primary ui_v5-button-large ui_v5-button-full"> Play </button>`, `<button type="button" id="jhghjikjhgbjinb" class="ui_v5-button-component ui_v5-button-primary ui_v5-button-large ui_v5-button-full"> Play </button>`);

Lo que intento hacer es acceder al botón "Reproducir" en este sitio y hacer clic en él. ¿Hay alguna otra manera de hacer lo mismo? Intenté usar document.getElementsByClassName() , pero ¿cómo puedo cambiar el contenido del sitio web?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

La política de permisos interest-cohort permite que un sitio declare que no desea ser incluido en la lista de sitios del usuario para el cálculo de cohortes https://web.dev/floc/ .

Puede verificar si alguna política de seguridad de contenido (CSP) está habilitada en el sitio.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!