mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #88] [Feature request] Add X-Frame-Options setting to allow loading Proxy Manager inside of Organizr #79
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#79
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?
Originally created by @xdasqurl on GitHub (Feb 28, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/88
As you describe in the project goal, Proxy Manager is meant to be as simple to use a monkey can do it. Since a lot of us monkeys use Organizr to manage their services, I think I would be nice to have a toggle inside the GUI to allow Proxy Manager to be loaded inside an iframe within Organizr (or any other service), so we don't have to go monkeying around with the nginx config :)
add_header x-frame-options allow-from uriThanks in advance for considering this.
@jc21 commented on GitHub (Feb 28, 2019):
This seems like a bit of an oversight. I'll try to add this as a docker environment variable.
@xdasqurl commented on GitHub (Mar 1, 2019):
Awesome, thanks!