diff --git a/next.config.js b/next.config.js index f86ce4e..a06cd98 100755 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const createNextIntlPlugin = require('next-intl/plugin'); - const withNextIntl = createNextIntlPlugin(); +const withNextIntl = createNextIntlPlugin(); const ssr = require('@navikt/nav-dekoratoren-moduler/ssr'); @@ -10,6 +10,7 @@ const appDirectives = { 'object-src': ['none'], 'script-src-elem': ["'self'"], 'style-src-elem': ["'self'"], + 'frame-src': ['self', 'blog:'], 'img-src': ["'self'", 'data:', 'blob:'], };