From 10ba937a0df8bbcfe612223483e09cec0e8db102 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 5 Jan 2025 10:27:23 +0100 Subject: [PATCH] adds onion location header --- static/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/.htaccess b/static/.htaccess index d8a56e8..124f579 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,6 +1,8 @@ Header set Access-Control-Allow-Origin: https://oe7drt.com Header set Vary: Origin +Header set Onion-Location "http://5uxkejb6la7olhncaotybxrscmdlbxwy64ucuyrum4tsgfuoxbyav2qd.onion%{REQUEST_URI}s" + # Hotlink images prevention # sends a 403 Forbidden