Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How can I add in apache referrer policy header?

The header you're looking for is called Referrer-Policy, not "Referrer-Header".

As such, the correct way to set it would be:

Header always set Referrer-Policy "same-origin"

Tags:

Http Headers

Apache 2.4

Related

Get back hyper-v VMs after in place reinstall of host OS URL Rewrite not available after installing on IIS 10 Windows 10 - Disable warning notification about disabled firewall via GPO Use NTLMv2 Authentication with Samba rsync server using Windows Subsystem for Linux Nginx match for favicon related files Server corrosion, air conditioning and climate control Logging Chrooted SFTP user activity Why do some domain names have extremely truncated whois information? Replace HDD in "predictive failure" state with spare HDD in HP Smart Array P400 controller How can I stop the Windows Recovery Environment being used as a back door? How to download an archive and extract it without saving the archive to disk using Powershell?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy