Use these settings to embed various types of code, such as CSS and JavaScript, on every page. This feature is particularly useful for integrating Google Analytics scripts and other third-party tools.
Click Save System Settings to save settings.
Analytics — Google Analytics script.
<!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-0000-0"></script><script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-0000-0');</script>
Link — A Google Font. (See Design Resources > How to change the site font for step-by-step instructions for changing the site font.)
<link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Newsreader:wght@200&display=swap" rel="stylesheet">
JavaScript — A script to expand the wiki tree on page load.
<script> //Auto-expand the wiki tree $(window).on("load", function () { setTimeout(expandTree, 500); }); function expandTree() { $(".directory.collapsed").click(); }</script>
Content Security Policy (CSP)
Content Security Policy (CSP) is a security setting that sets the external sites your site can load resources from. If a resource comes from a site that isn't in the CSP whitelist, that resource is blocked. You can request to set CSP for your intranet.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/22192/header-and-footer-scripts
Your session has expired. You are being logged out.