Quinn Comendant
Quinn Comendant
Alternatives include [GCP Cloud Run](https://cloud.google.com/run), [Render](https://render.com/), [Fly](https://fly.io/), or [Railway](https://railway.app/). :)
Same problem here, on macOS 13.0 with Wireguard 1.0.15 (26): ``` 2022-11-02 14:46:10.576885: [APP] Status update notification timeout for tunnel 'q-laptop'. Tunnel status is now 'connected'. 2022-11-02 14:46:11.081151: [NET] peer(Tp16ā¦xeEc)...
What is the status of this fix? I too am trying to find a solution to using Modernizr with CSP.
FYI This is being discussed in issue [#1262](https://github.com/Modernizr/Modernizr/issues/1262)
+1 I too am looking for a solution to using Modernizr with CSP. If you think CSP with `style-src` isn't important to prevent XSS, [think again](http://scarybeastsecurity.blogspot.com/2009/12/generic-cross-browser-cross-domain.html).
Using the sha hash of the Modernizr file won't do anything. CSP is blocking injected inline styles, not JS. 
I'm not familiar with Modernizr's use of inline-styles, but if it is injecting CSS inside `` tags on the page then use of a nonce is possible. The way to...
Good point on nonce usage being non-cacheable. I can't think how using a hash would be possible. The server would need to know the hash of the styles that will...
I posted a couple updates to my original comment, where I explain the problem and solution. TL;DR: it seems *suds-jurko* needs to be replaced by an alternative that is actively...
Hi @adferrand! Originally, I got the error on my MacBook, but I was able to reproduce it on a VM. You can use the following steps to consistently reproduce the...