Skip to content

Fix link to updated reporting interface #566

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

Merged
merged 2 commits into from
Oct 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1896,18 +1896,16 @@ this algorithm returns normally if compilation is allowed, and throws a
2. Let |settings object| be |violation|'s <a for="violation">global
object</a>'s <a>relevant settings object</a>.

3. Execute [[!REPORTING]]'s <a lt="queue report">Queue |data| as
|type| for |endpoint group| on |settings|</a> algorithm with the
following arguments:
3. [=Generate and queue a report=] with the following arguments:

: |data|
:: |body|
: |type|
: <var ignore>context</var>
:: |settings object|
: <var ignore>type</var>
:: "csp-violation"
: |endpoint group|
: <var ignore>destination</var>
:: |directive|'s <a for="directive">value</a>.
: |settings|
:: |settings object|
: <var ignore>data</var>
:: |body|
</section>

<!-- Big Text: Directives -->
Expand Down