mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #692] [MERGED] Fix trusted proxies settings & Move ips to config & Add ipv6 #904
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/692
Author: @rmartinoscar
Created: 10/29/2024
Status: ✅ Merged
Merged: 11/2/2024
Merged by: @notAreYouScared
Base:
main← Head:fix/TrustedProxiesSettings📝 Commits (4)
b893c92Fix blank proxy & Move hardcoded cloudflare ipsd87a13bAdd cloudflare's ipv6f44eb21Pull from url innstead of hardcodeda627892Remove Service📊 Changes
1 file changed (+23 additions, -18 deletions)
View changed files
📝
app/Filament/Pages/Settings.php(+23 -18)📄 Description
This was due to
config('trustedproxy.proxies')being a string so you have to implode it otherwise it will put a blank string in by default🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.