icon

add_headerが1つも設定されてないディレクティブでは上のディレクティブで指定されてるそれが適用されて、1つでも指定すると上のディレクティブで指定したそれは無かったことになる。ついでにtry_filesとかproxy_passとか混ぜてるとalwaysをつけないと上書きされる

icon

nginx mainline で http/3 が使えるからいろいろ設定しようとしてたけど nginx config の add_header の仕様で少し引っかかるなどした

icon

Although it has better implementation status than HTTP/3 server push, it remains of limited use, with adoption numbers seen as negligible. Per IETF 102 materials, server push was used only in 0.04% of sessions. It was considered to be "difficult to use effectively" in RFC 9113. Its use is further limited by badly matching to fetch/cache/connection models in browsers, see related discussions linked from [1].

[nginx] HTTP/2: removed server push (ticket #2432). https://forum.nginx.org/read.php?29,297497

[1] https://jakearchibald.com/2017/h2-push-tougher-than-i-thought/

[nginx] HTTP/2: removed server push (ticket #2432).
icon

そういえばhttp2のサーバー側から送りつけるやつ、どうなってんだろうと思ったらNGINXは実装を削除しちゃってる

2023-12-19 00:38:07 Firefox Nightlyの投稿 FirefoxNightly@mozilla.social
icon

The clipboard API now in Nightly. This provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously read from and write to the system clipboard. For details: bugzil.la/1809106

1809106 - Enable `dom.events.asyncClipboard.clipboardItem` and `dom.events.asyncClipboard.readText` on Nightly and early Beta