YunoHost-Apps / pixelfed_ynh

The federated image shareing service Pixelfed for YunoHost
https://pixelfed.org/
GNU Affero General Public License v3.0
44 stars 15 forks source link

x-frame-options header #270

Open magostinelli opened 2 weeks ago

magostinelli commented 2 weeks ago

This header is not managed, without it, it uses the default nginx yunohost settings: conf.d/security.conf.inc:more_set_headers "X-Frame-Options : SAMEORIGIN";

For example it is possible to remove the header: more_clear_headers 'X-Frame-Options';

There is a settings regarding that inside the web interface in pixelfed administration.