-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhead.html
More file actions
20 lines (17 loc) · 1.07 KB
/
Copy pathhead.html
File metadata and controls
20 lines (17 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<meta
http-equiv="Content-Security-Policy"
content="script-src 'nonce-aem' 'strict-dynamic' 'unsafe-inline' http: https:; base-uri 'self'; object-src 'none'; frame-src 'self' https:; require-trusted-types-for 'script';"
move-to-http-header="true"
/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="modulepreload" nonce="aem" href="/blocks/fragment/fragment.js">
<link rel="modulepreload" nonce="aem" href="/scripts/experience.js">
<link rel="modulepreload" nonce="aem" href="/scripts/tracking.js">
<!-- Uncomment to enable AEP (Adobe Web SDK) in parallel with Tealium. -->
<!-- <link rel="modulepreload" href="/plugins/martech/src/index.js" nonce="aem"/> -->
<script nonce="aem" src="/scripts/erp-logging.js" defer></script>
<script nonce="aem" src="/scripts/aem.js" type="module"></script>
<script nonce="aem" src="/scripts/scripts.js" type="module"></script>
<link rel="stylesheet" href="/styles/styles.css">
<!-- Uncomment to enable AEP (Adobe Web SDK) in parallel with Tealium. -->
<!-- <link rel="preconnect" href="https://edge.adobedc.net"/> -->