merge upstream #3

Merged
oat merged 36 commits from :main into main 2022-11-21 04:13:52 +01:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 4ae97a2e4c - Show all commits

View File

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