Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances security for the static host by adding HTTPS redirection and HSTS (HTTP Strict Transport Security) middleware, along with some minor code formatting improvements.
- Adds HSTS middleware (only enabled in production environments)
- Adds HTTPS redirection middleware
- Removes trailing whitespace from several lines
… code tabs/format nits
…or .NET SDK installation
…rity and consistency
… script redirects
…ct install-cli page
joperezr
reviewed
Oct 30, 2025
joperezr
reviewed
Oct 30, 2025
| <TabItem label="PowerShell" icon="seti:powershell"> | ||
| <Code | ||
| lang="powershell" | ||
| code='Invoke-RestMethod https://aspire.dev/install.ps1 -OutFile aspire-install.ps1' |
Member
There was a problem hiding this comment.
should this instead be the exact line we use in the aspire repo? e.g. iex "& { $(irm https://aspire.dev/install.ps1) }" and curl bash for the non-Windows one
joperezr
reviewed
Oct 30, 2025
joperezr
approved these changes
Oct 30, 2025
Member
joperezr
left a comment
There was a problem hiding this comment.
Left some minor comments but otherwise this looks good
…n; update welcome banner with migration notice
joperezr
approved these changes
Oct 30, 2025
joperezr
approved these changes
Oct 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR:
SynchedTabscomponent, now that the nativeTabscomponent supports sync.Install Aspire CLIcontent..slnxto repo root directory.