Any approach to add custom headers in the page being served
I was looking for some way to add custom headers when page is being served from gitlab pages. For example to block my website to be loaded in iFrame, I'd like to add X-Frame-Options header when serving the page, since this is not supported in document meta tag.
Has anyone came across this situation?