Skip to content

Commit

Permalink
'add openvault url as approved iframe ancestor for embed playback on …
Browse files Browse the repository at this point in the history
…new ov'
  • Loading branch information
foglabs committed Jan 28, 2025
1 parent 9a40882 commit 6cdec19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/embed_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def openvault
end

response.headers.delete('X-Frame-Options')
response.headers['Content-Security-Policy'] = 'frame-ancestors https://ov.wgbh-mla.org http://localhost:4000 http://localhost:3000;'
response.headers['Content-Security-Policy'] = 'frame-ancestors https://openvault.wgbh.org http://localhost:4000 http://localhost:3000;'
end

def video
Expand Down

0 comments on commit 6cdec19

Please sign in to comment.