bt90
bt90
Seems like a tagging mistake to me: https://maps.app.goo.gl/yw1dCcgVTrKYRFBo7
Something is fishy: https://github.com/syncthing/syncthing/blob/6204670c663338be519d3cb96fd9232752e08294/lib/api/api.go#L722 
Ah, this is apparently caused by `/meta.js` not being exempt from our authentication check. Maybe we need to add `/meta.js` here? https://github.com/syncthing/syncthing/blob/6204670c663338be519d3cb96fd9232752e08294/lib/api/api_auth.go#L54 At least the content doesn't look sensitive to...
The problem is that we're loading `meta.js` as regular frontend code: https://github.com/syncthing/syncthing/blob/6204670c663338be519d3cb96fd9232752e08294/gui/default/index.html#L1080 Once strict MIME type handling is enforced via [X-Content-Type-Options: nosniff](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options#nosniff), this ends up as an error in the...
> From what I can see in the forum thread the OP had some entirely unrelated problem with the proxy or their browser plugins and just latched onto this as...
I'm not sure if an ntfy server alone would cut it. Aren't the UnifiedPush endpoints autogenerated? e.g. https://ntfy.sh/upMg6xDhy2UGUW So we would need an additional service to handle registration and publishing...
@binwiederhier (had a typo in your username)
To add a screenshot of the current state: 
As an interim solution, it would be nice to hide the image UUIDs.
@tfny it's caused by quic-go and also happens in caddy Current assessment by @marten-seemann in https://github.com/caddyserver/caddy/issues/5766#issuecomment-1685889137 upstream issue: https://github.com/quic-go/quic-go/issues/3737