Skip to content

change X-Frame-Options to SAMEORIGIN for nginx SSL config

Matthias Käppler requested to merge github/fork/bbodenmiller/patch-4 into master

Created by: bbodenmiller

The current setting in the SSL nginx config does not allow sidekiq to load on background jobs tab, this should fix that and still be secure since it is SAMEORIGIN.

Merge request reports