mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #432] [MERGED] fix: bugs && release v0.7.4 #575
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#575
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/432
Author: @dreamhunter2333
Created: 8/24/2024
Status: ✅ Merged
Merged: 8/24/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
701f970fix: bugs && release v0.7.4📊 Changes
3 files changed (+28 additions, -6 deletions)
View changed files
📝
CHANGELOG.md(+3 -1)📝
worker/src/common.ts(+21 -3)📝
worker/src/utils.ts(+4 -2)📄 Description
User description
#430
#431
PR Type
Bug fix, Enhancement
Description
newAddressfunction.DEFAULT_DOMAINSconfiguration to ensure proper fallback when it is undefined or null.Changes walkthrough 📝
common.ts
Enhance name validation and add block list checkworker/src/common.ts
checkNameBlockListfunction to validate names against a blocklist.
newAddressfunction to includecheckNameBlockListandimproved name validation.
getJsonSettingfromutils.utils.ts
Fix default domains configuration handlingworker/src/utils.ts
getDefaultDomainsto handle undefined or nullDEFAULT_DOMAINS.getDomainsifDEFAULT_DOMAINSis not set.CHANGELOG.md
Update changelog for version 0.7.4CHANGELOG.md
configuration.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.