From 5b1aa31e1675ecb98482329ffc7524dc86106f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20B?= Date: Thu, 3 Dec 2015 17:13:57 +0100 Subject: [PATCH] Fix 2 typos --- admin_manual/configuration_server/harden_server.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/harden_server.rst b/admin_manual/configuration_server/harden_server.rst index 2d395d9c2..5eefd7e13 100644 --- a/admin_manual/configuration_server/harden_server.rst +++ b/admin_manual/configuration_server/harden_server.rst @@ -26,7 +26,7 @@ Operating system .. _dev-urandom-label: -Give PHP read accesss to ``/dev/urandom`` +Give PHP read access to ``/dev/urandom`` ***************************************** ownCloud uses a `RFC 4086 ("Randomness Requirements for Security")`_ compliant @@ -175,7 +175,7 @@ These include: - ``X-Robots-Tag: none`` - Instructs search machines to not index these pages. - ``X-Frame-Options: SAMEORIGIN`` - - Prevents embedding of the ownCloud instance within an iframe from other domains to prevent Clickjacking and other similiar attacks. + - Prevents embedding of the ownCloud instance within an iframe from other domains to prevent Clickjacking and other similar attacks. These headers are hard-coded into the ownCloud server, and need no intervention by the server administrator.