mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[PR #576] [MERGED] fix: update error handling and security domain checks #1195
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#1195
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/flyimg/flyimg/pull/576
Author: @sadok-f
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @sadok-f
Base:
main← Head:fix-allowed-domains📝 Commits (10+)
dca76f5fix: update error handling and security domain checksa31cd1drefactor: clean up ErrorHandler formatting and improve readability4489f9brefactor: enhance exception.js for improved readability and functionality, including better tab and toggle handling4ebbc26refactor: streamline exception.js with ES6 syntax and enhance class handling for improved maintainabilityff714befix: update exception message for domain restriction in SecurityHandler4e70707fix linting errorsf265673refactor: improve formatting and readabilityd745698refactor: improve code formatting and readability in ErrorHandler4770173ensure docker removal command does not fail if container is not running706aa37update Docker run command to use port 9900 for development deployment📊 Changes
40 files changed (+1946 additions, -121 deletions)
View changed files
📝
.github/workflows/branch-dev-deploy.yml(+2 -2)📝
README.md(+6 -12)📝
app.php(+2 -6)📝
config/parameters.yml(+4 -0)📝
docs/basic-usage.md(+29 -29)📝
docs/configuration.md(+17 -1)📝
docs/helm-chart.md(+11 -0)📝
docs/index.md(+15 -11)📝
docs/install.md(+1 -1)📝
docs/security.md(+9 -2)📝
docs/url-options.md(+39 -39)📝
src/Core/Entity/Response.php(+0 -3)➕
src/Core/Handler/ErrorHandler.php(+336 -0)📝
src/Core/Handler/SecurityHandler.php(+47 -7)📝
src/Core/Views/Default/index.html(+2 -2)➕
src/Core/Views/Errors/assets/css/error.css(+4 -0)➕
src/Core/Views/Errors/assets/css/exception.css(+359 -0)➕
src/Core/Views/Errors/assets/css/exception_full.css(+128 -0)➕
src/Core/Views/Errors/assets/images/chevron-right.svg(+1 -0)➕
src/Core/Views/Errors/assets/images/favicon.png.base64(+1 -0)...and 20 more files
📄 Description
fix: update error handling and security domain checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.