Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alert on attempt to use Topics API #2762

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Commits on May 5, 2022

  1. Alert on attempt to use Topics API

    As multiple third-party scripts might be added to a site during
    development, it can be difficult to see when a script is
    attempting to use new browser features that might have privacy
    consequences.
    
    Consider adding a simple alert so that scripts can be checked and/or
    the site Permissions-Policy set before deploying to production.
    
    The "alert" is for development purposes, and could be replaced with
    an analytics event if a site wants to monitor attempted use of
    Topics API by third parties in production.
    
    Related: h5bp#2459
    dmarti committed May 5, 2022
    Configuration menu
    Copy the full SHA
    b3e9c04 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. fix syntax error

    dmarti committed May 6, 2022
    Configuration menu
    Copy the full SHA
    6f31072 View commit details
    Browse the repository at this point in the history