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
title: What's New in DevTools (Microsoft Edge 139)
3
+
description: Added request headers to the table in the Network tool. And more.
4
+
author: MSEdgeTeam
5
+
ms.author: msedgedevrel
6
+
ms.topic: conceptual
7
+
ms.service: microsoft-edge
8
+
ms.subservice: devtools
9
+
ms.date: 08/07/2025
10
+
---
11
+
# What's New in DevTools (Microsoft Edge 139)
12
+
13
+
These are the latest features in the Stable release of Microsoft Edge DevTools. Microsoft Edge 139 includes the following updates from the Chromium project:
14
+
15
+
*[Add request headers to the table in Network](https://developer.chrome.com/blog/new-in-devtools-139#request-headers)
Copy file name to clipboardExpand all lines: microsoft-edge/origin-trials/index.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,6 @@ To register for an origin trial:
39
39
40
40
1. Go to [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials).
41
41
42
-
To sign up for the Ad Selection API origin trial, instead see [Sign up for the Ad Selection API](../web-platform/ad-selection-api.md).
43
-
44
42
1. Select an active trial.
45
43
46
44
1. Click the **I Accept the Terms of Use** button.
@@ -139,8 +137,6 @@ To renew an origin trial token:
139
137
140
138
1. Go to [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials).
141
139
142
-
For the Ad Selection API origin trial, instead see [Sign up for the Ad Selection API](../web-platform/ad-selection-api.md).
143
-
144
140
1. In the **My Registered Trials** section, select an origin trial.
145
141
146
142
1. In the **Registrations** section, in a token row that contains an **Expired** badge, click the **Renew** button:
@@ -192,19 +188,12 @@ To provide feedback about an origin trial:
192
188
1. If a new issue is needed, click the **New issue** button.
193
189
194
190
195
-
For the Ad Selection API origin trial, instead see [Provide feedback about the origin trial](../web-platform/ad-selection-api.md#provide-feedback-about-the-origin-trial) in _Sign up for the Ad Selection API_.
*[Sign up for the Ad Selection API](../web-platform/ad-selection-api.md)
206
-
*[Microsoft Edge Origin Trials](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/) - portal at Github.io, for the Ad Selection API origin trial only.
1. In the **Domain** text box, enter a single top-level domain:
95
-
96
-
You can configure the origin trial to support any of the following:
97
-
* A single domain, such as `https://example.com`, without supporting its subdomains.
98
-
* A single subdomain, such as `https://beta.example.com`.
99
-
* A domain, such as `https://example.com`, and its subdomains, such as `https://beta.example.com`.
100
-
101
-
Trailing paths and query parameters aren't supported. If a URI is entered that has a trailing path or a query parameter, such as `https://example.com/path/new-feature`, the root domain (such as `https://example.com`) or subdomain will be registered, ignoring any trailing path or query parameters.
102
-
103
-
1. In the **Subdomain Support** section, select the **Yes** or **No** option button:
104
-
105
-
* To use the origin trial at a domain (such as `https://example.com`) without supporting its subdomains (such as `https://beta.example.com`), select **No**.
106
-
* To use the origin trial only at a specific subdomain (such as `https://beta.example.com`), select **No**.
107
-
* To use the origin trial at a domain (such as `https://example.com`) and its subdomains (such as `https://beta.example.com`), select **Yes**.
108
-
109
-
1. In the **Email Address** text box, provide a valid developer contact for the domain.
110
-
111
-
1. Click the **Submit** button.
112
-
113
-
An origin trial token is generated for the top-level domain and is sent to you.
114
-
115
-
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:
88
+
1. Then 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:
The `ad-selection-attestations.json` file must be published within **30 days** of receiving the OT token. Hosting this JSON file is required, in order to complete your attestation and allow your code to access the Ad Selection API, to test the Ad Selection API with supported Microsoft Edge clients.
0 commit comments