mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #719] [MERGED] feat: enhance webhook security with configurable allow list #718
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#718
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/719
Author: @dreamhunter2333
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
776485cfeat: enhance webhook security with configurable allow list📊 Changes
12 files changed (+142 additions, -51 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/src/views/admin/AccountSettings.vue(+38 -6)📝
frontend/src/views/admin/CreateAccount.vue(+1 -1)📝
frontend/src/views/admin/Telegram.vue(+44 -23)📝
frontend/src/views/admin/UserOauth2Settings.vue(+10 -2)📝
frontend/src/views/admin/UserSettings.vue(+15 -5)📝
frontend/src/views/admin/Webhook.vue(+25 -8)📝
frontend/src/views/admin/WorkerConfig.vue(+1 -1)📝
worker/src/admin_api/webhook_settings.ts(+1 -1)📝
worker/src/common.ts(+1 -1)📝
worker/src/mails_api/webhook_settings.ts(+2 -2)📝
worker/src/models/index.ts(+3 -1)📄 Description
User description
🤖 Generated with Claude Code
PR Type
Enhancement, Bug fix
Description
Introduced a configurable
enableAllowListflag for webhooks to restrict access.Enhanced UI components with
manualInputPromptand replaced checkboxes with switches.Improved Telegram and email settings with better input validation and user guidance.
Updated backend logic to support
enableAllowListfor webhook access control.Changes walkthrough 📝
8 files
Added `manualInputPrompt` and improved select components.Replaced checkbox with switch for `enablePrefix`.Enhanced Telegram settings with input prompts and guidance.Added `manualInputPrompt` and improved mail allow list handling.Enhanced user settings with switches and input prompts.Added `enableAllowList` toggle and improved webhook settings UI.Updated webhook settings to include `enableAllowList`.Updated `AdminWebhookSettings` model to include `enableAllowList`.1 files
Adjusted card width for better display.2 files
Modified webhook logic to respect `enableAllowList`.Added `enableAllowList` checks for mail webhook settings.1 files
Documented `enableAllowList` feature for webhooks.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.