Go to file
blank X 2be821f324
Set Content-Type
2022-01-17 16:52:13 +07:00
assets Initial commit 2022-01-17 16:10:37 +07:00
conf Specify C++17 2022-01-17 16:17:11 +07:00
src Set Content-Type 2022-01-17 16:52:13 +07:00
.gitignore Initial commit 2022-01-17 16:10:37 +07:00
README.md Initial commit 2022-01-17 16:10:37 +07:00
example_config.json Initial commit 2022-01-17 16:10:37 +07:00

README.md

ImgurXP

Alternative Imgur frontend written in C++. It is recommended to have a reverse proxy point to the server with these headers:

Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'none'; img-src 'self'; media-src 'self'; style-src 'self' 'unsafe-inline'; sandbox
X-Content-Type-Options: nosniff