Contains the Concourse pipeline definition for building a line-server container
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.
mutantmonkey
52ec9f8e2d
use 303 redirects instead of 301s
HTTP status code 301 is for a permanent redirect, which these are not.
Although 302 would work here in most browsers, it would not follow the
HTTP spec, so instead we use 303 which has a clearly and consistently
defined behavior in response to a POST or PUT request.
10 years ago
..
audio.html
clean up HTML, CSS, and JavaScript for CSP
10 years ago
base.html
Add support for pastebin display
10 years ago
bin.html
add tab functionality to pastebin (resolves #48)
10 years ago
file.html
Display contents of common archives. Fixes #34
10 years ago
image.html
clean up HTML, CSS, and JavaScript for CSP
10 years ago
md.html
Markdown display handler. Fixes #33
10 years ago
pdf.html
clean up HTML, CSS, and JavaScript for CSP
10 years ago
video.html
clean up HTML, CSS, and JavaScript for CSP
10 years ago