You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: microsoft-edge/devtools-guide-chromium/resources/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ For example, to go from the **Page** tab's resource list in the **Sources** tool
118
118
119
119
1. In DevTools, on the **Activity Bar**, select the **Network** tab. If that tab isn't visible, click the **More Tools** () button.
120
120
121
-
1. Press **Ctrl+R** to refresh the page. The received resource files that make up the webpage are now added as rows in the **Network** tab. The **network-tutorial/** folder row represents the HTML page - in this case, [index.html](https://github.com/MicrosoftEdge/Demos/tree/main/network-tutoriql).
121
+
1. Press **Ctrl+R** to refresh the page. The received resource files that make up the webpage are now added as rows in the **Network** tab. The **network-tutorial/** folder row represents the HTML page - in this case, [index.html](https://github.com/MicrosoftEdge/Demos/blob/main/network-tutorial/index.html).
122
122
123
123
1. In DevTools, on the **Activity Bar**, click the **Sources** tab.
The Ad Selection API provides user-relevant ads on your site without using third-party cookies. See [Ad Selection Overview](https://github.com/WICG/privacy-preserving-ads/blob/main/Ad%20Selection%20Overview.md) in the "WICG / privacy-preserving-ads" repo.
13
+
The Ad Selection API provides user-relevant ads on your site without using third-party cookies. See [Ad Selection Overview](https://github.com/WICG/privacy-preserving-ads/blob/main/Ad%20Selection%20Overview.md) in the `privacy-preserving-ads` repo.
14
14
15
15
The Ad Selection API can be used by:
16
16
***Sellers** running a supply-side platform (SSP), who can use the API to provide higher-quality ads for their publishers.
@@ -19,13 +19,13 @@ The Ad Selection API can be used by:
19
19
To get started using the Ad Selection API and test out the end-to-end flow, sign up for the limited preview of the Ad Selection API.
20
20
21
21
As a seller operating a supply-side platform or a buyer operating a demand-side platform, use this guide to:
22
-
* Test the Ad Selection API on your site.
23
-
* Sign up for the Ad Selection API limited preview.
24
-
* Register for the Origin Trial.
25
-
* Complete API attestation.
26
-
* See the Ad Selection API and its usage, and deploy your services to Azure.
22
+
* Sign up for the Ad Selection API limited preview by registering for the origin trial.
23
+
* Complete the API attestation by publishing your attestations JSON file.
27
24
* Set up an evaluation environment with a supported cloud provider.
28
-
* Prepare all needed UDF functions and be able to work with Edge Web API.
@@ -55,15 +55,15 @@ The **Ad Selection API** flag enables the Ad Selection API and associated featur
55
55
<!-- ------------------------------ -->
56
56
#### Sign-up and attestation requirements and process
57
57
58
-
Developers interested in alpha testing can join the [Origin Trial](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/). This trial enables end-to-end testing of Ad Selection API features, covering both the API usage and the deployment of secure container images.
58
+
Developers interested in alpha testing can join the origin trial for the Ad Selection API. This origin trial enables end-to-end testing of Ad Selection API features, covering both the API usage and the deployment of secure container images.
59
59
60
60
For each top-level domain that you intend to use with the Ad Selection API, fill in the **Origin Trial Registration** form for that domain, and then submit the form.
61
61
62
62
To sign up for the **Ad Selection API** origin trial for a domain:
63
63
64
64
1. Open [Microsoft Edge Origin Trials](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/) in a new window or tab:
1. In the **Ad Selection API** section, click the **Register** button. The **Origin Trial Registration** form opens:
69
69
@@ -81,7 +81,7 @@ To sign up for the **Ad Selection API** origin trial for a domain:
81
81
82
82
1. Click the **Submit** button.
83
83
84
-
An Origin Trial token is generated for the top-level domain and is sent to you.
84
+
An origin trial token is generated for the top-level domain and is sent to you.
85
85
86
86
1. Create a file that's named `ad-selection-attestations.json`, and host the file at the top-level domain, in the `/.well-known/` directory. For example:
87
87
@@ -138,7 +138,7 @@ The attestations JSON file must be named `ad-selection-attestations.json`, and m
138
138
<!-- ---------- -->
139
139
###### Important fields and values
140
140
141
-
* The `ad-selection-attestations.json` file must include the Origin Trial token that was generated and sent to you for this top-level domain. `"ownership_token":` is the Origin Trial token that was generated when registering this domain for the **Ad Selection API** origin trial.
141
+
* The `ad-selection-attestations.json` file must include the origin trial token that was generated and sent to you for this top-level domain. `"ownership_token":` is the origin trial token that was generated when registering this domain for the **Ad Selection API** origin trial.
142
142
143
143
* In the `"platform_attestations":` section, `"platform":` must be `"edge"` or `"android"`.
144
144
@@ -156,28 +156,28 @@ The attestations JSON file must be named `ad-selection-attestations.json`, and m
156
156
157
157
The Ad Selection API uses a trusted execution environment (TEE) to provide a level of assurance for data integrity, data confidentiality, and code integrity; see [Confidential Computing: Hardware-Based Trusted Execution for Applications and Data](https://confidentialcomputing.io/wp-content/uploads/sites/85/2021/03/confidentialcomputing_outreach_whitepaper-8-5x11-1.pdf). Services provided by the Ad Selection API must run in a TEE to secure the data used by these services.
158
158
159
-
Ad Selection Services running in a TEE should be deployed on a cloud platform that supports the necessary security features. Initially, services can be deployed in Azure using [Confidential ACI containers](/azure/container-instances/container-instances-confidential-overview).
159
+
Ad Selection Services running in a TEE should be deployed on a cloud platform that supports the necessary security features. Initially, services can be deployed in Azure by using confidential ACI containers; see [Confidential containers on Azure Container Instances](/azure/container-instances/container-instances-confidential-overview).
160
160
161
161
The Ad Selection API provides different services that need to be deployed by sellers or buyers.
162
162
163
163
164
164
<!-- ------------------------------ -->
165
165
#### Images for deploying services
166
166
167
-
Add your User-Defined Functions within the provided images of services. The User-Defined Functions can run custom business logic. The User-Defined Functions run in private containers within the deployed services.
167
+
Add your User-Defined Functions (UDFs) within the provided images of services. The User-Defined Functions can run custom business logic. The User-Defined Functions run in private containers within the deployed services.
168
168
169
169
Each image defines one service. Some images don't contain UDFs, and consist entirely of predefined code. Some images contain UDFs, as functions with an empty body or starter code, that are the relevant User-Defined Functions for that service. Fill in the bodies of the User-Defined Functions in these images with your own custom code.
170
170
171
171
Microsoft provides an image for each service, which can be deployed on a cloud provider. These are the public images that must be used for deployment. Only official images from Microsoft are able to run private auctions.
@@ -242,7 +242,7 @@ To deploy the Ad Selection API service to Azure:
242
242
243
243
1. Choose the **Confidential ACO containers** option.
244
244
245
-
1.Download the Terraform [deployment scripts and guide](https://go.microsoft.com/fwlink/?linkid=2290115). **Note:** Make sure the hash of the image you downloaded matches the hash in the script you download.
245
+
1.Go to [Terraform deployment scripts](https://go.microsoft.com/fwlink/?linkid=2290115) in a new window or tab, and then download the Terraform deployment scripts and view the deployment documentation. **Note:** Make sure the hash of the image you downloaded matches the hash in the script you download.
246
246
247
247
1. The Terraform scripts already include links to public images that are provided by Microsoft. Choose the required services and deploy them by following the steps in the included `readme.md`.
248
248
@@ -271,29 +271,29 @@ To learn more about which API methods are available and to view example code, se
271
271
## See also
272
272
<!-- all links in article -->
273
273
274
-
Design and technical documents:
275
-
*[Ad Selection API Proposal](https://github.com/WICG/privacy-preserving-ads?tab=readme-ov-file#ad-selection-api-proposal)
*[Confidential Computing: Hardware-Based Trusted Execution for Applications and Data](https://confidentialcomputing.io/wp-content/uploads/sites/85/2021/03/confidentialcomputing_outreach_whitepaper-8-5x11-1.pdf)
0 commit comments