@kupola/kupola 1.6.4 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/kupola.cjs.js +1 -1
- package/dist/kupola.cjs.js.map +1 -1
- package/dist/kupola.esm.js +1 -1
- package/dist/kupola.esm.js.map +1 -1
- package/dist/kupola.umd.js +1 -1
- package/dist/kupola.umd.js.map +1 -1
- package/js/kupola-core.js +0 -8
- package/package.json +1 -1
package/dist/kupola.esm.js
CHANGED
|
@@ -2632,7 +2632,7 @@ typeof window < "u" && (M = new vr());
|
|
|
2632
2632
|
function br() {
|
|
2633
2633
|
if (st().xssProtection && typeof document < "u") {
|
|
2634
2634
|
let t = document.querySelector('meta[http-equiv="X-XSS-Protection"]');
|
|
2635
|
-
t || (t = document.createElement("meta"), t.setAttribute("http-equiv", "X-XSS-Protection"), t.setAttribute("content", "1; mode=block"), document.head.insertBefore(t, document.head.firstChild)), t = document.querySelector('meta[http-equiv="X-Content-Type-Options"]'), t || (t = document.createElement("meta"), t.setAttribute("http-equiv", "X-Content-Type-Options"), t.setAttribute("content", "nosniff"), document.head.insertBefore(t, document.head.firstChild))
|
|
2635
|
+
t || (t = document.createElement("meta"), t.setAttribute("http-equiv", "X-XSS-Protection"), t.setAttribute("content", "1; mode=block"), document.head.insertBefore(t, document.head.firstChild)), t = document.querySelector('meta[http-equiv="X-Content-Type-Options"]'), t || (t = document.createElement("meta"), t.setAttribute("http-equiv", "X-Content-Type-Options"), t.setAttribute("content", "nosniff"), document.head.insertBefore(t, document.head.firstChild));
|
|
2636
2636
|
}
|
|
2637
2637
|
}
|
|
2638
2638
|
async function vt() {
|