Przeglądaj źródła

Add a note about X-Frame-Options to the HTTP daemon instructions

Jeremy Stretch 6 lat temu
rodzic
commit
81d001d49e
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      docs/installation/3-http-daemon.md

+ 3 - 0
docs/installation/3-http-daemon.md

@@ -99,6 +99,9 @@ Save the contents of the above example in `/etc/apache2/sites-available/netbox.c
 
 To enable SSL, consider this guide on [securing Apache with Let's Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04).
 
+!!! note
+    Certain components of NetBox (such as the display of rack elevation diagrams) rely on the use of embedded objects. Ensure that your HTTP server configuration does not override the `X-Frame-Options` response header set by NetBox.
+
 # gunicorn Installation
 
 Install gunicorn: