Joost de Bruijn
Joost de Bruijn
@tpoindessous Would you mind sharing it with me/here in this issue? Or maybe publish it to the Grafana Dashboards site?
Thanks for your feedback! I pushed a new commit for the default value. > What about just `allowPrivateNetwork`? Yes, better! Changed that as well.
@dougwilson Did you have time to re-review this one?
I created PR #274 for this. About the "maybe auto-magically?": user agents should only send the `Access-Control-Request-Private-Network`-header when they do requests to private networks. So, in my PR `Access-Control-Allow-Private-Network: true`...
@dougwilson I've changed the default value. Private network requests are disabled by default now.
@Xammie Thanks! I was using version v1.7.0 of Mailbook before.
@Xammie Thanks for your questions. It triggered me to play around again with some more tests and it looks like the problem relates specific to mails on which I call...
Hm, I'm not sure if it's not an issue in Laravel 10. At least, it wasn't an issue with Laravel 10 and Mailbook 1.7, but it might be with Mailbook...
I've this: ```php
Yes, I was playing around with that too, however with `QUEUE_CONNECTION=sync` I still get the error. `php artisan config:show queue`: ``` queue ..................................................................................................................................... default .............................................................................................................................. sync connections ⇁ sync ⇁...