Go to file
blank X 805c855b94
Increase curl_recv_max to 50MB
2022-02-16 18:15:41 +07:00
assets Initial commit 2022-01-17 16:10:37 +07:00
conf Increase curl_recv_max to 50MB 2022-02-16 18:15:41 +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 Add Access-Control-Allow-Origin in README 2022-01-17 16:59:03 +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
Access-Control-Allow-Origin: *