Use these settings to include scripts on every page. You can add CSS, JavaScript, analytics, etc. This is most commonly used for including Google Analytics scripts and other 3rd party tracking software.
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.
//Auto-expand the wiki tree $( window ).on( "load", function() { setTimeout(expandTree, 500); }); function expandTree() { $(".directory.collapsed").click(); }
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.