Blake Newman

Results 21 comments of Blake Newman
trafficstars

This is a seperate issue but while i'm here there is another issue when using this method when using this plugin. ``` 11:47:55 [vite] Error when evaluating SSR module /src/entry/App.vue:...

@tonygentilcore @SpaceK33z @chimurai. By placing the spdy created server on the `req.connection.server` manually during express middleware execution this solved the problem for me. This is only possible if you are...

I have to agree with @TheDutchCoder Using refs is an easy way for parent to read child information. Which inadvertently makes $refs seem useless without reactivity. I commonly also use...

@posva is this good to merge - could be useful for many people. I forgot about this PR myself as we forked and patched the change.

@posva @yyx990803 Is it possible to merge this as part of `2.7` was planning to upgrade to this version and realised this PR was still left open. My bad should...

@aKzenT Preventing inline styles is a pretty strict CSP directive, I'd only recommend this setting in highly secure settings. An alternative is to do a hash of the style content...

@aKzenT indeed which is why I recommend just allowing `unsafe-inline` for styles. Especially if your scripts are safely protected as this is the main entry point to injections of styles....

Our CSP policy for style is `'self' https: 'unsafe-inline'` - it works well for us and should for most cases. As-long as the scripts have a safe policy then no...

@lmiller1990 sorry not had a chance to pick up yet. I'll be picking up shortly

@lmiller1990 i'll mark the PR as draft. It may not be needed but yet to upgrade jest to that version.