Skip to content

Commit

Permalink
Remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 authored May 5, 2023
1 parent a84b8c6 commit 89e305d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app_to_web.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,11 @@ background requests will be made and the browser will not set

If the `Attribution-Reporting-Support` header indicates OS support, the reporting origin can optionally respond to the request with a [list structured header](https://httpwg.org/specs/rfc8941.html#list) containing one or more URLs that indicates a desire to use the OS's attribution API instead of the browser's. Note that the API also allows browsers to only support OS-level attribution if they choose.
```http
// Registers a source against a native OS attribution API
Attribution-Reporting-Register-OS-Source: "https://adtech.example/register", "https://other-adtech.example/register"
```

Trigger registrations will accept a new response header as well:
```http
// Registers a trigger against a native OS attribution API
Attribution-Reporting-Register-OS-Trigger: "https://adtech.example/register", "https://other-adtech.example/register"
```

Expand Down

0 comments on commit 89e305d

Please sign in to comment.