From 6cdec193a7fffac1e074ed846a58623927bb412c Mon Sep 17 00:00:00 2001 From: fog Date: Tue, 28 Jan 2025 16:54:10 -0500 Subject: [PATCH] 'add openvault url as approved iframe ancestor for embed playback on new ov' --- app/controllers/embed_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/embed_controller.rb b/app/controllers/embed_controller.rb index b5f4bf614f..4c6c5c6745 100644 --- a/app/controllers/embed_controller.rb +++ b/app/controllers/embed_controller.rb @@ -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