[PR #2] [MERGED] feat: Add authorization page and denial handling #4

Closed
opened 2026-02-26 12:15:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/pull/2
Author: @hkxiaoyao
Created: 2/13/2026
Status: Merged
Merged: 2/13/2026
Merged by: @africa1207

Base: mainHead: main


📝 Commits (4)

  • 09cc815 feat: Add MoeMail support and session registration improvements
  • 8b3ada7 feat: Add authorization page and denial handling
  • f273aca feat: Add proxy and geolocation features
  • ba21c1a feat: Add country-specific language and timezone profiles

📊 Changes

8 files changed (+1635 additions, -24 deletions)

View changed files

📝 background/service-worker.js (+473 -19)
📝 content/content.js (+34 -2)
lib/fingerprint.js (+323 -0)
📝 lib/mail-providers/index.js (+3 -1)
lib/mail-providers/moemail.js (+344 -0)
📝 manifest.json (+8 -2)
📝 popup/popup.html (+63 -0)
📝 popup/popup.js (+387 -0)

📄 Description

feat: Add authorization page and denial handling

  • Add authorization page behavior configuration and related storage handling.
  • Add logic to handle cases where access is denied by checking for specific buttons or text.
  • Add settings row for denial toggle in popup.html
  • Add authorization page deny switch functionality

🔄 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/africa1207/AWS-BuildID-Auto-For-Ext/pull/2 **Author:** [@hkxiaoyao](https://github.com/hkxiaoyao) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@africa1207](https://github.com/africa1207) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`09cc815`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/09cc81570968c88b64fb68560105e9020ec5c66b) feat: Add MoeMail support and session registration improvements - [`8b3ada7`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/8b3ada7d3314675905893821994895be2a802268) feat: Add authorization page and denial handling - [`f273aca`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/f273acaa79cbbcbf70a8d97ca0548c91de43b9a8) feat: Add proxy and geolocation features - [`ba21c1a`](https://github.com/africa1207/AWS-BuildID-Auto-For-Ext/commit/ba21c1a0a9f0d120df811936495003241c18dc07) feat: Add country-specific language and timezone profiles ### 📊 Changes **8 files changed** (+1635 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `background/service-worker.js` (+473 -19) 📝 `content/content.js` (+34 -2) ➕ `lib/fingerprint.js` (+323 -0) 📝 `lib/mail-providers/index.js` (+3 -1) ➕ `lib/mail-providers/moemail.js` (+344 -0) 📝 `manifest.json` (+8 -2) 📝 `popup/popup.html` (+63 -0) 📝 `popup/popup.js` (+387 -0) </details> ### 📄 Description feat: Add authorization page and denial handling - Add authorization page behavior configuration and related storage handling. - Add logic to handle cases where access is denied by checking for specific buttons or text. - Add settings row for denial toggle in popup.html - Add authorization page deny switch functionality --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:15:05 +03:00
Sign in to join this conversation.
No labels
pull-request
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/AWS-BuildID-Auto-For-Ext#4
No description provided.