dlg:
edit=编辑HTTP报头安全策略
new=新建HTTP报头安全策略
name=名称
secure_header_table=安全报头列表
url_status=URL过滤
request_type=请求URL类型
request_url=请求URL
request_url_tip=使用此功能插入特殊的HTTP报头以保护客户端免受某些攻击。
plain=字符串
regular=正则表达式

tabledlg:
new=新建安全报头规则
edit=编辑安全报头规则
select=请选择
member_id=ID
name_type=安全报头类型
value_type=报头取值
protection_mode=保护模式
allowfrom_source=允许的URI
x-frame-options=X-Frame-Options
x-content-type-options=X-Content-Type-Options
x-xss-protection=X-XSS-Protection
nosniff=nosniff
deny=DENY
sameorigin=SAMEORIGIN
allow-from=ALLOW-FROM
sanitizing-mode=清除模式
block-mode=阻断模式
x-frame-options_tip=用于保护客户端免受Clickjacking攻击。
x-content-type-options_tip=启用以防止浏览器将文件解释为内容类型声明以外的其他内容。
x-xss-protection_tip=用于当检测到跨站点脚本（XSS）攻击时，指示浏览器停止加载页面。
url_status=URL过滤
request_type=请求URL类型
request_url=请求URL
request_url_tip=使用此功能插入特殊的HTTP报头以保护客户端免受某些攻击。
plain=字符串
regular=正则表达式
err_request_url=必须配置请求URL。
content-security-policy=Content-Security-Policy
content-security-policy_tip=用于降低浏览器上的XSS风险和数据注入攻击。
custom_value_tip=(例如 default-src 'self';script-src 'self';object-src 'self')
