import wixWindow from 'wix-window'; $w.onReady(function () { // Add the CSP meta tag dynamically const cspMetaTag = ``; // Append the meta tag to the document head using wixWindow wixWindow.setHtmlMetaTags(cspMetaTag); });