diff --git a/microsoft-edge/devtools/whats-new/2025/08/devtools-139.md b/microsoft-edge/devtools/whats-new/2025/08/devtools-139.md new file mode 100644 index 0000000000..f6397912e1 --- /dev/null +++ b/microsoft-edge/devtools/whats-new/2025/08/devtools-139.md @@ -0,0 +1,23 @@ +--- +title: What's New in DevTools (Microsoft Edge 139) +description: Added request headers to the table in the Network tool. And more. +author: MSEdgeTeam +ms.author: msedgedevrel +ms.topic: conceptual +ms.service: microsoft-edge +ms.subservice: devtools +ms.date: 08/07/2025 +--- +# What's New in DevTools (Microsoft Edge 139) + +These are the latest features in the Stable release of Microsoft Edge DevTools. Microsoft Edge 139 includes the following updates from the Chromium project: + +* [Add request headers to the table in Network](https://developer.chrome.com/blog/new-in-devtools-139#request-headers) +* [Miscellaneous highlights](https://developer.chrome.com/blog/new-in-devtools-139#misc) + + + +## See also + +* [What's New in Microsoft Edge DevTools](../../whats-new.md) +* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md) diff --git a/microsoft-edge/origin-trials/index.md b/microsoft-edge/origin-trials/index.md index dcd0bc04d3..b87563c196 100644 --- a/microsoft-edge/origin-trials/index.md +++ b/microsoft-edge/origin-trials/index.md @@ -39,8 +39,6 @@ To register for an origin trial: 1. Go to [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials). - 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). - 1. Select an active trial. 1. Click the **I Accept the Terms of Use** button. @@ -139,8 +137,6 @@ To renew an origin trial token: 1. Go to [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials). - For the Ad Selection API origin trial, instead see [Sign up for the Ad Selection API](../web-platform/ad-selection-api.md). - 1. In the **My Registered Trials** section, select an origin trial. 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: 1. If a new issue is needed, click the **New issue** button. -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_. - - ## See also * [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials) - Developer.microsoft.com. -Ad Selection API: -* [Sign up for the Ad Selection API](../web-platform/ad-selection-api.md) - * [Microsoft Edge Origin Trials](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/) - portal at Github.io, for the Ad Selection API origin trial only. - External: * [Implementing feature detection](https://developer.mozilla.org/docs/Learn/Tools_and_testing/Cross_browser_testing/Feature_detection) - MDN. * [Get started with origin trials](https://developer.chrome.com/docs/web-platform/origin-trials) - Chrome docs. diff --git a/microsoft-edge/toc.yml b/microsoft-edge/toc.yml index 26242e3e98..4f97d8eb0f 100644 --- a/microsoft-edge/toc.yml +++ b/microsoft-edge/toc.yml @@ -101,6 +101,10 @@ href: ./devtools/whats-new/whats-new.md displayName: release notes, announcements # latest 10 What's New + - name: Microsoft Edge 139 + href: ./devtools/whats-new/2025/08/devtools-139.md + displayName: What's New in DevTools (Microsoft Edge 139) # page title + - name: Microsoft Edge 138 href: ./devtools/whats-new/2025/06/devtools-138.md displayName: What's New in DevTools (Microsoft Edge 138) # page title @@ -137,16 +141,16 @@ href: ./devtools/whats-new/2024/10/devtools-130.md displayName: What's New in DevTools (Microsoft Edge 130) # page title - - name: Microsoft Edge 129 - href: ./devtools/whats-new/2024/09/devtools-129.md - displayName: What's New in DevTools (Microsoft Edge 129) # page title - # keep 10 items above - name: Archive items: - name: What's New in DevTools archive href: ./devtools/whats-new/whats-new-archive.md + - name: Microsoft Edge 129 + href: ./devtools/whats-new/2024/09/devtools-129.md + displayName: What's New in DevTools (Microsoft Edge 129) # page title + - name: Microsoft Edge 128 href: ./devtools/whats-new/2024/08/devtools-128.md displayName: What's New in DevTools (Microsoft Edge 128) # page title diff --git a/microsoft-edge/web-platform/ad-selection-api.md b/microsoft-edge/web-platform/ad-selection-api.md index 5c6ab7cd93..fccf233778 100644 --- a/microsoft-edge/web-platform/ad-selection-api.md +++ b/microsoft-edge/web-platform/ad-selection-api.md @@ -83,47 +83,15 @@ For each top-level domain that you intend to use with the Ad Selection API, fill To sign up for the **Ad Selection API** origin trial for a domain: -1. Open [Ad Selection API Origin Trial Registration in Microsoft Edge](https://forms.office.com/r/eBhJt58Lks) in a new window or tab. +1. First, do the steps in [Use origin trials in Microsoft Edge](../origin-trials/index.md). -1. Click the **Start now** button. - -1. Read and agree to the terms of use, and then click the **Next** button. The **Ad Selection API Origin Trial Registration** form opens: - - ![Registration form](./ad-selection-api-images/reg-form.png) - -1. In the **Domain** text box, enter a single top-level domain: - - You can configure the origin trial to support any of the following: - * A single domain, such as `https://example.com`, without supporting its subdomains. - * A single subdomain, such as `https://beta.example.com`. - * A domain, such as `https://example.com`, and its subdomains, such as `https://beta.example.com`. - - 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. - -1. In the **Subdomain Support** section, select the **Yes** or **No** option button: - - * 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**. - * To use the origin trial only at a specific subdomain (such as `https://beta.example.com`), select **No**. - * To use the origin trial at a domain (such as `https://example.com`) and its subdomains (such as `https://beta.example.com`), select **Yes**. - -1. In the **Email Address** text box, provide a valid developer contact for the domain. - -1. Click the **Submit** button. - - An origin trial token is generated for the top-level domain and is sent to you. - -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: +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: `https://contoso.example/.well-known/ad-selection-attestations.json` 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. - - - #### Example JSON file