mutantmonkey
10938a3e0b
Remove Google URL shortener ( fix #146 ) ( #150 )
6 years ago
mutantmonkey
bad7d2666e
Switch to Referrer-Policy header ( #149 )
Use of the Content-Security-Policy header to specify a referrer policy
was deprecated in favor of a [new
header](fc55d917be
).
This change changes the existing referrer policy directives to use this
header and adds corresponding config options/command line flags.
6 years ago
mutantmonkey
a69aa95a87
Add `linx-cleanup` info to readme
8 years ago
andreimarcu
eb036f2819
Fix typo
9 years ago
mutantmonkey
fef43d856e
Add option for maximum expiration time ( fixes #99 )
9 years ago
mutantmonkey
932a470ead
add Docker instructions to readme
9 years ago
Atrox
027f5cce42
Add ability to short urls for uploaded content ( #85 )
Add ability to short urls for uploaded content
9 years ago
andreimarcu
e8d2d75c1c
Update documentation
9 years ago
mutantmonkey
2b5cc07005
Use Content-Security-Policy frame-ancestors
X-Frame-Options has been deprecated by Content Security Policy Level 2.
We will need to provide the option for older browsers for the time
being, but frame-ancestors is preferred on newer ones.
9 years ago
andreimarcu
4856ab0750
Allow for non-/ deployments. Fixes #61
9 years ago
andreimarcu
0b37309237
Allow configuration from ini-style file
9 years ago
andreimarcu
be08b7f0fd
Remove "sandbox" from files CSP to have pdfs work in chrome
9 years ago
andreimarcu
ba9fcd3a7b
Document allowing hotlinking
9 years ago
andreimarcu
20456b0b3c
Updarte README.md
9 years ago
andreimarcu
39ae89107c
Update README.md
9 years ago
andreimarcu
7df3b1328e
Update README.md
9 years ago
mutantmonkey
61147554a9
update CSP flags in readme
10 years ago
mutantmonkey
613ab24721
show usage for -authfile and -remoteauthfile
10 years ago
mutantmonkey
2cd432b5d3
update readme
10 years ago
mutantmonkey
aa7dad3a03
add support for auth keys
Add a middleware that requires authorization for all POST, PUT, and
DELETE requests. This is done using the Authorization header and the
provided auth key is then checked against a file containing scrypted
auth keys. These keys are salted the constant string `linx-server`.
10 years ago
andreimarcu
2b0135697b
Add option for using Real-IP
10 years ago
andreimarcu
354278d488
Real-IP middleware for fastcgi + nginx doc update
10 years ago
mutantmonkey
5600dd1ce3
update readme for new -bind flag
10 years ago
andreimarcu
8ad079ed0a
Fix readme
10 years ago
andreimarcu
639d519712
Configurable maximum upload file size. Fixes #35
10 years ago
andreimarcu
3c868d8fe5
Document new usage options
10 years ago
andreimarcu
ce73598f12
Document csp flags
10 years ago
andreimarcu
8f7b47f572
Support remote uploads
10 years ago
andreimarcu
e3dbbd1b11
Fix typo
10 years ago
andreimarcu
52cc3b4dff
Add fastcgi support and static cache headers
10 years ago
andreimarcu
e41d80dc96
Updated README and license
10 years ago
andreimarcu
ae451bb974
Added build status to README
10 years ago
andreimarcu
2de19e0daa
Add irc channel on readme
10 years ago
andreimarcu
2dbe318b18
Initial commit
10 years ago