Set X-Frame-Options header to sameorigin

If this header is set to deny, then operations cannot be performed from
the network topology page as the <svg> tag is a kind of <embed> and
access is restricted from there. Setting it to sameorigin allows
operations from the network topology page as long as they belong to the
same web application (same origin).
Related-Bug: #2077024

Change-Id: Ifcc9725bad34178a3eb606e9f822d2a68f5bf987
This commit is contained in:
Jorge Merlino 2024-08-31 20:31:29 -03:00
parent c2503c7c65
commit ef031d40bd

View File

@ -36,4 +36,5 @@
KeepAliveTimeout 75
MaxKeepAliveRequests 1000
Header set X-Frame-Options: "sameorigin"
</VirtualHost>