charset
<meta charset="UTF-8">
name
- generator
- copyright
- revisit-after
- renderer
- viewport
- no-referrer
- no-referrer 请求的时候,不带 referer 请求头
- no-referrer-when-downgrade 这个是默认策略,整个 URL(origin、path、queryString) 都会作为 referrer 发送,但当安全协议降级,比如从 https -> http 的时候,不会发送。
- origin 只发送 URL 中的 origin 信息,比如网址为https://example.com/page.html,请求头中为referer: https://example.com/。
- origin-when-cross-origin 同源请求,发送整个 URL,跨域时候和 origin 的情况一样。
- same-origin 仅同源情况发送 referer
- strict-origin 类似 origin,但协议不能降级,比如从http://a.com请求http://b.com或者https://...会携带 referer。
- strict-origin-when-cross-origin 与 origin-when-cross-origin 类似,但协议不能降级。
- screen-orientation
- full-screen
- imagemode
- browsermode
- nightmode
- layoutmode
- unsafe-url 任何情况都发送完整的 URL。
- author
- format-detection ```html
/—————-uc 浏览器——————-/
/—————-QQ手机浏览器—————-/
/ ————————Apple IOS ——————-/
/ ———— anrdoid —————-/
/——————app link ——————- /
/ ——————移动端常用 meta————————/
keywords
description
robots
content
- IE=edge,
- chrome=1
- width=device-width,
- initial-scale=1,
- maximum-scale=1,
- user-scalable=no
- width viewport 宽度(数值/device-width)
- height viewport 高度(数值/device-height)
- initial-scale 初始缩放比例
- maximum-scale 最大缩放比例
- minimum-scale 最小缩放比例
user-scalable 是否允许用户缩放(yes/no)
http-equiv
content-Type
- X-UA-Compatible
- cache-control
- expries
- refresh
- Set-cookie
- charset