From d57bf8834b44ddb0cf302e340bb5530a082bc6f0 Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Fri, 26 Sep 2025 21:45:57 -0400 Subject: [PATCH 1/2] Fix CSP header --- docs/public/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public/_headers b/docs/public/_headers index 6bca5add..4f8a39fc 100644 --- a/docs/public/_headers +++ b/docs/public/_headers @@ -1,4 +1,4 @@ /* X-Frame-Options: DENY X-Content-Type-Options: nosniff - Content-Security-Policy: default-src 'self'; script-src 'report-sample' 'unsafe-inline' 'self' https://a.sysadmins.zone/js/embed.host.js https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 https://unpkg.com/@stoplight/elements/web-components.min.js; style-src 'report-sample' 'unsafe-inline' 'self' https://unpkg.com; object-src 'none'; base-uri 'self'; connect-src 'self' https://raw.githubusercontent.com; font-src 'self'; frame-src 'self' https://a.sysadmins.zone; img-src 'self' data: http://translate.sysadminsmedia.com; manifest-src 'self'; media-src 'self'; worker-src 'none'; + Content-Security-Policy: default-src 'self'; script-src 'report-sample' 'unsafe-inline' 'self' https://a.sysadmins.zone/js/embed.host.js https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 https://unpkg.com/@stoplight/elements/web-components.min.js; style-src 'report-sample' 'unsafe-inline' 'self' https://unpkg.com; object-src 'none'; base-uri 'self'; connect-src 'self' https://raw.githubusercontent.com https://demo.homebox.software; font-src 'self'; frame-src 'self' https://a.sysadmins.zone; img-src 'self' data: http://translate.sysadminsmedia.com; manifest-src 'self'; media-src 'self'; worker-src 'none'; From 1f746efe274be13df9dc0c943e446978e870e8e7 Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Fri, 26 Sep 2025 21:58:17 -0400 Subject: [PATCH 2/2] Hide try it again (other issues) --- docs/en/api/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/api/index.md b/docs/en/api/index.md index d7b00491..e97dd4c2 100644 --- a/docs/en/api/index.md +++ b/docs/en/api/index.md @@ -54,6 +54,7 @@ document.head.appendChild(elementStyle); router="hash" layout="responsive" hideSchemas="true" + hideTryIt="true" :data-theme="theme" :tryItBaseUrl="BaseURL" />