2# +==== BEGIN CatFeeder =================+
5# ...............)..(.')
7# ...............\(__)|
8# Inspired by Joan Stark
9# source https://www.asciiart.eu/
13# FILE: server_header_constants.py
14# CREATION DATE: 27-11-2025
15# LAST Modified: 14:51:45 19-12-2025
17# This is the backend server in charge of making the actual website work.
19# COPYRIGHT: (c) Cat Feeder
20# PURPOSE: The constants used in the Server Header class
22# +==== END CatFeeder =================+
27HEADER_APP_NAME: str =
"app_sender"
31CACHE_CONTROL: str =
"Cache-Control"
34EXPIRES: str =
"Expires"
38CONTENT_DISPOSITION: str =
"Content-Disposition"
42REFERRER_POLICY: str =
"Referrer-Policy"
46ACCEPT_RANGES: str =
"Accept-Ranges"
50CONTENT_SECURITY_POLICY: str =
"Content-Security-Policy"
52CONTENT_TYPE: str =
"X-Content-Type-Options"
54FRAME_OPTIONS: str =
"X-Frame-Options"
56XSS_PROTECTION: str =
"X-XSS-Protection"