Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-11-17 21:56:05 +01:00
210 changed files with 8051 additions and 1419 deletions

View File

@ -8,6 +8,10 @@ class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController
before_action :set_pack
before_action :set_cache_headers
content_security_policy do |p|
p.form_action(false)
end
include Localized
private