Files
gitlabhq/app/controllers
Sean McGivern 1cda245cc4 Forbid scripting for wiki files
Wiki files (not pages - files in the repo) are just sent to the browser
with whatever content-type the mime_types gem assigns to them based on
their extension. As this is from the same domain as the GitLab
application, this is an XSS vulnerability.

Set a CSP forbidding all sources for scripting, CSS, XHR, etc. on these
files.
2016-06-14 11:28:58 +01:00
..
2016-06-14 11:28:58 +01:00
2016-05-25 15:26:02 +01:00
2016-02-23 19:37:15 -06:00
2016-04-26 09:04:35 +01:00
2016-05-08 15:27:33 +07:00