discourse/lib/site_settings
David Taylor 0684f8710b
UX: Show warning to admins when disabling Content-Security-Policy (#40731)
Having CSP enabled is an important layer of security for Discourse sites, and should not be disabled except for debugging purposes. For now, we're keeping the setting visible so that admins have visibility of the current state and can re-enable if they've disabled it in the past.
2026-06-10 12:40:44 +01:00
..
db_provider.rb FEATURE: Upcoming changes part 1 (#34617) 2025-10-30 10:46:14 +10:00
defaults_provider.rb DEV: Enable Style/RedundantParentheses rubocop rule (#40095) 2026-05-19 15:48:09 +02:00
dependency_graph.rb DEV: Detect circular site setting dependencies (#38165) 2026-03-04 10:10:38 +10:00
deprecated_settings.rb DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
hidden_provider.rb DEV: support un-hiding site settings programmatically (#32824) 2025-05-20 21:44:56 +02:00
label_formatter.rb DEV: move discourse gifs to core (#40162) 2026-06-10 11:35:44 +04:00
local_process_provider.rb DEV: Fix core backend CI tests timing out (#34281) 2025-08-13 16:06:19 +08:00
object_uploads_normalizer.rb FIX: type: objects uploads should be stored as IDs (#40178) 2026-05-21 13:45:27 -03:00
type_supervisor.rb UX: Show warning to admins when disabling Content-Security-Policy (#40731) 2026-06-10 12:40:44 +01:00
validations.rb FIX: Don't require S3 ACLs to enable secure uploads (#40596) 2026-06-05 13:56:14 +08:00
yaml_loader.rb