mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 15:18:49 +01:00
- Content Policy: Allow inline scripts, otherwise there is errors in browser/inspect/console.
- Set default matomo settings to disabled. Thanks to xet7 !
This commit is contained in:
parent
5c33a85341
commit
807c6ce09e
5 changed files with 18 additions and 12 deletions
|
|
@ -6,7 +6,8 @@ Meteor.startup(() => {
|
|||
// Trusted URL that can embed Wekan in iFrame.
|
||||
const trusted = process.env.TRUSTED_URL;
|
||||
BrowserPolicy.framing.disallow();
|
||||
BrowserPolicy.content.disallowInlineScripts();
|
||||
//Allow inline scripts, otherwise there is errors in browser/inspect/console
|
||||
//BrowserPolicy.content.disallowInlineScripts();
|
||||
BrowserPolicy.content.disallowEval();
|
||||
BrowserPolicy.content.allowInlineStyles();
|
||||
BrowserPolicy.content.allowFontDataUrl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue