Browse Source

treat onlyoffice iframes specially with regard to CSP

master
ansuz 1 year ago
parent
commit
671999c600
1 changed files with 1 additions and 0 deletions
  1. 1
      server.js

1
server.js

@ -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.*/,

Loading…
Cancel
Save