MDL-74248 mod_folder: Fix mp3 files being unaccessible in chrome
Platform users that host mp3 files within a folder are not able to access them using Chrome. This fix allows them to do so.
This commit is contained in:
committed by
Frederik Milling Pytlick
parent
72d7395c96
commit
4d28563eeb
+1
-1
@@ -286,7 +286,7 @@ function folder_pluginfile($course, $cm, $context, $filearea, $args, $forcedownl
|
||||
|
||||
// Set security posture for in-browser display.
|
||||
if (!$forcedownload) {
|
||||
header("Content-Security-Policy: default-src 'none'; img-src 'self'");
|
||||
header("Content-Security-Policy: default-src 'none'; img-src 'self'; media-src 'self'");
|
||||
}
|
||||
|
||||
// Finally send the file.
|
||||
|
||||
Reference in New Issue
Block a user