You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
assets | 1 year ago | |
conf | 12 months ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
example_config.json | 1 year ago |
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: *