From 89e305d013f388c690605f218572769aef4a2421 Mon Sep 17 00:00:00 2001 From: Andrew Paseltiner Date: Fri, 5 May 2023 08:45:11 -0400 Subject: [PATCH] Remove redundant comments --- app_to_web.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/app_to_web.md b/app_to_web.md index 19f072dc95..b06505a29a 100644 --- a/app_to_web.md +++ b/app_to_web.md @@ -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" ```