about summary refs log tree commit diff
path: root/config/initializers/content_security_policy.rb
AgeCommit message (Expand)Author
2020-02-06Add environment variable to specify extra data hostsThibaut Girka
2020-01-15merge upstream csp changesmultiple creatures
2019-11-29remove img tag proxy from csp cause a: we don't use that anymore & b: it's br...multiple creatures
2019-09-14add jortage proxy to cspmultiple creatures
2019-05-21update csp for img proxymultiple creatures
2019-05-04Fix CSP when PAPERCLIP_ROOT_URL is set to a different hostThibaut Girka
2019-05-04Fix CSP when dealing with S3 hostsThibaut Girka
2018-12-14Remove form_action from CSPRey Tucker
2018-11-12Tighten CSP a bitThibaut Girka
2018-10-22Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-10-12Add manifest_src to CSP, add blob to connect_src (#8967)ThibG
2018-10-12Fix CSP headers blocking media and development environment (#8962)Eugen Rochko
2018-10-11Set Content-Security-Policy rules through RoR's config (#8957)ThibG
2018-09-03Add manifest_src to CSPRey Tucker
2018-08-28Fix CSP with S3/SWIFT hostsThibaut Girka
2018-08-28Adjust CSP to fix image resizingThibaut Girka
2018-08-23Only apply CSP in production modeThibaut Girka
2018-08-23Tighten CSP while allowing CDN hostsThibaut Girka
2018-08-22Move CSP headers to the appropriate Rails configurationThibaut Girka
2018-04-12Upgrade Rails to version 5.2.0 (#5898)Yamagishi Kazutoshi