Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Refactor docs to be easier #135

Closed
Baroshem opened this issue Mar 23, 2023 · 5 comments · Fixed by #212
Closed

[Docs] Refactor docs to be easier #135

Baroshem opened this issue Mar 23, 2023 · 5 comments · Fixed by #212
Labels
enhancement New feature or request
Milestone

Comments

@Baroshem
Copy link
Owner

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@Baroshem Baroshem added the enhancement New feature or request label Mar 23, 2023
@Baroshem
Copy link
Owner Author

Copy following to the deployed docs page to show the usage of http-equiv

Static site generation (SSG)
This module is meant to work with SSR apps but you can also use this module in SSG apps where you will get a Content Security Policy (CSP) support via tag. You can find more about configuring Content Security Policy (CSP) here.

@Baroshem
Copy link
Owner Author

Remove Configuration from readme.md and move the link to docs after the getting started

Configuration
You can pass configuration to the module in the nuxt.config.ts like following:

export default defineNuxtConfig({
modules: ["nuxt-security"],
security: {
// options
}
})
For all available configuration options check out the docs.

@Baroshem
Copy link
Owner Author

RateLimiter does not work on Cloudflare Pages

#137

@Baroshem Baroshem added this to the 1.0.0 milestone Jul 30, 2023
@Baroshem
Copy link
Owner Author

Baroshem commented Sep 6, 2023

https://image.nuxt.com/

@Baroshem
Copy link
Owner Author

Baroshem commented Sep 11, 2023

Convert 🛡 Security Module for Nuxt based on OWASP Top 10 and Helmet to something more meaningful

Maybe

🛡 Security Module for Nuxt

Or

🛡 More secure Nuxt apps

Or

🛡 Security Module for Nuxt based on HTTP Headers and Middlewares

@Baroshem Baroshem mentioned this issue Sep 21, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant