Remove invalid X-Frame-Options: ALLOWALL (#25070)
2 files changed, 2 insertions(+), 2 deletions(-) M app/controllers/media_controller.rb M app/controllers/statuses_controller.rb
M app/controllers/media_controller.rb => app/controllers/media_controller.rb +1 -1
@@ 45,6 45,6 @@ class MediaController < ApplicationController end def allow_iframing response.headers['X-Frame-Options'] = 'ALLOWALL' response.headers.delete('X-Frame-Options') end end
M app/controllers/statuses_controller.rb => app/controllers/statuses_controller.rb +1 -1