Skip to content

docs(dotnet): document https-only URL validation and AllowInsecureUrls#79

Merged
rubenhensen merged 1 commit into
mainfrom
docs/dotnet-https-validation
May 13, 2026
Merged

docs(dotnet): document https-only URL validation and AllowInsecureUrls#79
rubenhensen merged 1 commit into
mainfrom
docs/dotnet-https-validation

Conversation

@dobby-coder
Copy link
Copy Markdown
Contributor

@dobby-coder dobby-coder Bot commented May 12, 2026

Closes #78.

Updates the .NET docs to reflect the URL validation added in encryption4all/postguard-dotnet#15.

Changes

  • docs/sdk/dotnet-encryption.md: note under the constructor explaining that PkgUrl and CryptifyUrl must be absolute https:// URLs and that the constructor throws ArgumentException otherwise. Added an AllowInsecureUrls row to the options table.
  • docs/repos/postguard-dotnet.md: short comment beside the constructor snippet mirroring the same rule.

Verification

  • npm run docs:build passes (5.7s).
  • Built HTML present at docs/.vitepress/dist/sdk/dotnet-encryption.html and docs/.vitepress/dist/repos/postguard-dotnet.html.

Reviewer quickstart

```
git fetch origin && git checkout docs/dotnet-https-validation && npm install && npm run docs:dev
```

@dobby-coder dobby-coder Bot marked this pull request as ready for review May 12, 2026 21:36
@dobby-coder dobby-coder Bot requested a review from rubenhensen May 12, 2026 21:36
@rubenhensen rubenhensen merged commit d83a252 into main May 13, 2026
1 check passed
@dobby-coder dobby-coder Bot deleted the docs/dotnet-https-validation branch May 13, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(dotnet): document https-only URL validation and AllowInsecureUrls

1 participant