Mac 的 Safari 想要開啟 Debug mode、inspect mode (開發者模式),從快速鍵亂按到所有選單翻來翻去,原來是要另外開啟才可以~
標籤: safari
蘋果、微軟等 四大瀏覽器業者 將在2020年停止支援 TLS 1.0、1.1
瀏覽器的 Cookie 容量限制
瀏覽器的 Cookie 是做登入、紀錄、追蹤等等,最常使用的工具。
不過現在 Cookie 要放的東西越來越多,Cookie 到底可以塞的容量是多少呢?
- 註1:照標準應該是 4096 bytes,不過瀏覽器實作時,都可能會有些落差~
- 註2:下述取自此篇:RFC-2965 HTTP State Management Mechanism
- Practical user agent implementations have limits on the number and size of cookies that they can store.
- at least 300 cookies
- at least 4096 bytes per cookie (as measured by the characters that comprise the cookie non-terminal in the syntax description of the Set-Cookie2 header, and as received in the Set-Cookie2 header)
- at least 20 cookies per unique host or domain name
- Practical user agent implementations have limits on the number and size of cookies that they can store.
Nginx HTTP2 POST 於 iOS 出現無法連接伺服器的問題 - 2017
Nginx 1.9.15 ~ 1.10.x 上 HTTP/2 後,於 iOS 8 / Safari 的 POST,會出現網路無法連接到伺服器的錯誤。
這個問題一直追 iOS 也沒用,主要問題出在 Nginx。
- 註:要說錯也不是 Nginx 的錯,Nginx 也是為了減少被攻擊的風險,所做的事情