Skip to content

Remove generated CSP directive entries from Blob#show

Joe Woodward requested to merge chore/remove-blob-csp-headers into master

What does this MR do and why?

Remove generated CSP directive entries from Blob#show

We recently added a change to add the Large File Storage URL to our Content Security Policy globally meaning we no longer need to add these.

This removes an extra database query each time the blob page is loaded and removes the headers from the response.

Changelog: removed

Edited by Joe Woodward

Merge request reports

Loading