Fix functional user requirements in whitelist mode (#14093)
Fixes #14092
This commit is contained in:
parent
b1d492f30a
commit
ac8a788370
9 changed files with 9 additions and 9 deletions
|
@ -19,7 +19,7 @@ class StatusesController < ApplicationController
|
|||
before_action :set_autoplay, only: :embed
|
||||
|
||||
skip_around_action :set_locale, if: -> { request.format == :json }
|
||||
skip_before_action :require_functional!, only: [:show, :embed]
|
||||
skip_before_action :require_functional!, only: [:show, :embed], unless: :whitelist_mode?
|
||||
|
||||
content_security_policy only: :embed do |p|
|
||||
p.frame_ancestors(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue