-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We also need:
- add some vitest tests
- add img +
Sec-CH-Witdh
usage in the playground (optimize the img size using the value sent by the user agent: rn we can check the headers in the playground, added images used in nuxt image module) - add security stuff (security policy entries: maybe via nuxt security module)
A working example about critical hints can be found in Vuetify Nuxt Module: using its own logic, I'll replace the logic with this module. Vuetify Nuxt Module is the precursor of this module.
We should also check if we can extract some logic from this module to allow use it in other frameworks (Sveltekit for example) or directly as a plugin in Nitro.
/cc @pi0 @danielroe
danielroe and TechAkayydanielroe and TechAkayyBobbieGoede
Activity
userquin commentedon Oct 13, 2024
Nuxt plugins not being called when requesting image requests, we need to export some server utils to extract client hints...