treat onlyoffice iframes specially with regard to CSP

This commit is contained in:
ansuz 2020-01-21 08:39:12 -05:00
parent a5265e4c61
commit 671999c600
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ var setHeaders = (function () {
return function (req, res) {
const h = [
/^\/pad(2)?\/inner\.html.*/,
/^\/common\/onlyoffice\/.*\/index\.html.*/,
/^\/sheet\/inner\.html.*/,
/^\/ooslide\/inner\.html.*/,
/^\/oodoc\/inner\.html.*/,