mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #358] [MERGED] Add parameter to forward request header to source image server #1035
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#1035
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/358
Author: @lrealdi
Created: 9/22/2023
Status: ✅ Merged
Merged: 9/26/2023
Merged by: @sadok-f
Base:
main← Head:feature-forward-request-header📝 Commits (2)
5fbc927Add parameter to forward request header to source image serverd6fb21cFix php cs📊 Changes
2 files changed (+24 additions, -2 deletions)
View changed files
📝
config/parameters.yml(+3 -0)📝
src/Core/Entity/Image/InputImage.php(+21 -2)📄 Description
Introduces a parameter to configure a list of headers to forward to the image server.
Resolve issue https://github.com/flyimg/flyimg/issues/357
Security note:
if the list includes the Authorization header the path of the temporary file is modified with the hash of the value
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.