mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
9624d913d1
The SecurityHeaders middleware was not being applied to the router, causing the "Allow iframe embedding" setting to not take effect. This fix properly applies the middleware with the saved settings, allowing iframe embedding to work when enabled. addresses #351