摘要:
Blog: https://web.dev/bfcache/ bfcache is an in-memory cache that stores a complete snapshot of a page (including the JavaScript heap) as the user is 阅读全文
posted @ 2023-06-22 14:52
Zhentiw
阅读(53)
评论(0)
推荐(0)
摘要:
Morden browser apply noopenerfor you, but for lagacy browser might not. What noopenerdoes is that, it set window.openerto null, which can prevent evil 阅读全文
posted @ 2023-06-22 14:23
Zhentiw
阅读(13)
评论(0)
推荐(0)
摘要:
default-src "none"; script-src "self"; img-src "self" example.com; style-src fonts.googleapis.com; font-src fonts.gstatic.com; <script src="/js/app.js 阅读全文
posted @ 2023-06-22 14:14
Zhentiw
阅读(43)
评论(0)
推荐(0)