UNPKG

nuxt-security

Version:

🛡️ Security Module for Nuxt based on HTTP Headers and Middleware

6 lines (5 loc) 182 B
/** * This plugin adds the Content-Security-Policy header to the HTML meta tag in SSG mode. */ declare const _default: import("nitropack").NitroAppPlugin; export default _default;