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

Add reporting and report-only mode. #529

Merged
merged 7 commits into from
Oct 13, 2023
Merged

Add reporting and report-only mode. #529

merged 7 commits into from
Oct 13, 2023

Commits on Sep 11, 2023

  1. Add reporting and report-only mode.

    This is a fairly large change, which adds proper support for reporting
    and a report-only mode to Permissions Policy. Reporting can be configured for
    individual features, with a new "report-to" parameter on the header
    declarations, or can be configured for all features, using a new "*"
    pseudo-feature.
    
    The Permissions-Policy-Report-Only header allows a parallel policy to be
    constructed, which will gernerate warning reports (with a "Report" disposition)
    but which will not cause use of the feature to be blocked.
    clelland committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5cf4f9c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    1db7935 View commit details
    Browse the repository at this point in the history
  2. Fix broken markup

    clelland committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    30a6371 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Review comments

    clelland committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d99fb6f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Remove * pseudofeature

    clelland committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    63c4a10 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Review comments

    clelland committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e51cd15 View commit details
    Browse the repository at this point in the history
  2. Link to reporting

    clelland committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    62d9823 View commit details
    Browse the repository at this point in the history