neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
ffc340d41ea4833add5bcc8d255f93455c955ac5
parent
0239062fd6ad28742369e16e3e5ee04ce3a6cfcb
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-06-13 06:37
add Sec-Fetch-Site header

Diffstat

M neddit.py 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/neddit.py b/neddit.py

@@ -13,6 +13,7 @@ from yarl import URL
   13    13 
   14    14 BASE_DIR = Path(__file__).parent
   15    15 HEADERS = {
   -1    16     'Sec-Fetch-Site': 'same-origin',
   16    17     'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0',
   17    18 }
   18    19 COOKIES = {}