Skip to content

Commit c551188

Browse files
authored
v0.26.0 Release prep (#2725)
1 parent 025b75d commit c551188

4 files changed

Lines changed: 281 additions & 1768 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.26.0 - 2025-04-02
4+
### Overview
5+
This release enables the creation of web apps with a unique default hostname to avoid a high-severity threat of subdomain takeover. The web app basic create will now default to a `tenant` scoped hostname uniqueness, while the web app advanced create will allow the choice of either `tenant` (tenant reuse) or `global` (no reuse) level domain name scope. For full context on this topic, please refer to this [post](https://aka.ms/AAvc42l).
6+
7+
### Added
8+
* [[2703](https://github.com/microsoft/vscode-azureappservice/pull/2703)] Add support for unique default hostnames when creating a new web app.
9+
10+
### Changed
11+
* [[2703](https://github.com/microsoft/vscode-azureappservice/pull/2703)] Re-ordered some steps in the `createWebApp` experience in order to support new unique default hostname CNA requirements
12+
313
## 0.25.5 - 2025-03-13
414

515
### Changed

0 commit comments

Comments
 (0)