devshort

private self-hosted shortlink service
git clone https://git.clttr.info/devshort.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 5932ccaf3f4e8a383739e1ec1e917e20063976fc
parent 7c42908da69335747429c4e4a7304363006351e7
Author: Florian Kaldowski <flokX@users.noreply.github.com>
Date:   Tue,  2 Apr 2019 16:08:59 +0200

Change typo
Diffstat:
M.htaccess | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.htaccess b/.htaccess @@ -11,7 +11,7 @@ Header set Referrer-Policy: "strict-origin" Header set X-Content-Type-Options: "nosniff" # Block site from being framed with X-Frame-Options -Header set X-Frame-Options: "DENY" +Header set X-Frame-Options: "deny" # Block pages from loading when they detect reflected XSS attacks Header set X-XSS-Protection: "1; mode=block" @@ -19,4 +19,4 @@ Header set X-XSS-Protection: "1; mode=block" # Other # Disable directory indexing -Options -Indexes -\ No newline at end of file +Options -Indexes