Add custom headers for domain

#1
Hi,

I want to add following custom headers for domain:

X-XSS-Protection: 1; mode=block
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-Frame-Options: DENY

Where can I implement them?
 
Top