[PR #757] [MERGED] feat: 添加浏览器指纹黑名单功能 #746

Closed
opened 2026-02-26 21:32:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/757
Author: @dreamhunter2333
Created: 11/4/2025
Status: Merged
Merged: 11/5/2025
Merged by: @dreamhunter2333

Base: mainHead: feature/email


📝 Commits (2)

  • 4ee5bc4 feat: 添加浏览器指纹黑名单功能
  • 2495142 refactor: 优化浏览器指纹初始化逻辑

📊 Changes

9 files changed (+117 additions, -15 deletions)

View changed files

📝 frontend/package.json (+1 -0)
📝 frontend/pnpm-lock.yaml (+8 -0)
📝 frontend/src/App.vue (+0 -1)
📝 frontend/src/api/index.js (+5 -0)
📝 frontend/src/store/index.js (+2 -0)
frontend/src/utils/fingerprint.ts (+30 -0)
📝 frontend/src/views/admin/IpBlacklistSettings.vue (+33 -10)
📝 worker/src/admin_api/ip_blacklist_settings.ts (+23 -2)
📝 worker/src/ip_blacklist.ts (+15 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/757 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/email` --- ### 📝 Commits (2) - [`4ee5bc4`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/4ee5bc479781e63c3fc8a22cd7fc0f9ca10e60a4) feat: 添加浏览器指纹黑名单功能 - [`2495142`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/249514299f7540828a8a8e05d45f3548e79ccaac) refactor: 优化浏览器指纹初始化逻辑 ### 📊 Changes **9 files changed** (+117 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -0) 📝 `frontend/pnpm-lock.yaml` (+8 -0) 📝 `frontend/src/App.vue` (+0 -1) 📝 `frontend/src/api/index.js` (+5 -0) 📝 `frontend/src/store/index.js` (+2 -0) ➕ `frontend/src/utils/fingerprint.ts` (+30 -0) 📝 `frontend/src/views/admin/IpBlacklistSettings.vue` (+33 -10) 📝 `worker/src/admin_api/ip_blacklist_settings.ts` (+23 -2) 📝 `worker/src/ip_blacklist.ts` (+15 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:32:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#746
No description provided.