Add sandbox attribute to the secureiframe

pull/1/head
yflory 2021-11-19 11:38:14 +01:00
parent 2b6310134b
commit b2e71d9580
2 changed files with 2 additions and 1 deletions

View File

@ -517,6 +517,7 @@ define([
if (!thumb64) { return; }
thumb = thumb64;
}));
if (file.type === "application/pdf") { return; }
MT.preview(buffer, {
type: file.type,
}, void 0, w(function (err, el) {

View File

@ -28,7 +28,7 @@ define([
};
window.rc = requireConfig;
window.apiconf = ApiConfig;
$('#sbox-secure-iframe').attr('src',
$('#sbox-secure-iframe').attr('sandbox', 'allow-scripts allow-popups allow-modals').attr('src',
ApiConfig.httpSafeOrigin + '/secureiframe/inner.html?' + requireConfig.urlArgs +
'#' + encodeURIComponent(JSON.stringify(req)));