diff --git a/.stackblitz/nuxt.config.ts b/.stackblitz/nuxt.config.ts
index 917df206..d125e784 100644
--- a/.stackblitz/nuxt.config.ts
+++ b/.stackblitz/nuxt.config.ts
@@ -1,13 +1,16 @@
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
+ devtools: {
+ enabled: false,
+ },
modules: ['nuxt-security'],
// Following configuration is only necessary to make Stackblitz work correctly.
// For local projects, you do not need any configuration to try it out.
security: {
headers: {
- crossOriginResourcePolicy: 'cross-origin',
- contentSecurityPolicy: false,
- xFrameOptions: false,
+ contentSecurityPolicy: {
+ 'frame-ancestors': false
+ },
},
},
});
diff --git a/docs/components/content/Stackblitz.vue b/docs/components/content/Stackblitz.vue
new file mode 100644
index 00000000..0cb2f7f9
--- /dev/null
+++ b/docs/components/content/Stackblitz.vue
@@ -0,0 +1,8 @@
+
+
+
diff --git a/docs/components/content/Youtube.vue b/docs/components/content/Youtube.vue
new file mode 100644
index 00000000..11153fdb
--- /dev/null
+++ b/docs/components/content/Youtube.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
diff --git a/docs/content/0.index.md b/docs/content/0.index.md
index 51bcfaaa..2c5b3d82 100644
--- a/docs/content/0.index.md
+++ b/docs/content/0.index.md
@@ -92,8 +92,8 @@ cta:
Nuxt Security solves several security issues automatically by implementing Headers and Middleware accordingly to OWASP & OWASP Top 10 documents. For others, it provides optional middleware that will help you handle more advanced cases like Cross Site Request Forgery.
#support
-:video-player{src="https://www.youtube.com/watch?v=sJVeU0KGmv4"}
-::
+:youtube{src="https://www.youtube.com/watch?v=sJVeU0KGmv4"}
+