saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
573 stars 65 forks source link

Allow iframe access for subdomains in organizr #74

Closed Shmee closed 2 years ago

Shmee commented 2 years ago

This fixes the problem where adding tabs protected by authelia to organizr will get a "refused connection" because authelia blocks all iframe embeds. This will allow iframes from all subdomains

saltydk commented 2 years ago

Pushed the fix I had locally in https://github.com/saltyorg/Saltbox/commit/a2d2e481e26206ec010b9c0993a96da27a58548a let me know if that also works for you otherwise we'll go with this format I suppose.

Shmee commented 2 years ago

I can confirm this fix is working and much better than my sloppy commit. Thank you!

saltydk commented 2 years ago

Don't be so hard on yourself, nothing wrong with it. Thanks for helping either way!