dlg:
edit=Edit HTTP Header Security Policy
new=New HTTP Header Security Policy
name=Name
secure_header_table=Secure Header Table
url_status=URL Filter
request_type=Request URL Type
request_url=Request URL
request_url_tip=Use this feature to insert a special HTTP header to protect clients from certain attacks.
plain=Simple String
regular=Regular Expression

tabledlg:
new=New Secure Header Rule
edit=Edit Secure Header Rule
select=Please Select
member_id=ID
name_type=Secure Header Type
value_type=Header Value
protection_mode=Protection Mode
allowfrom_source=Allowed From 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=Sanitizing Mode
block-mode=Block Mode
x-frame-options_tip=Use to protect clients from Clickjacking attacks.
x-content-type-options_tip=Enable to prevent browsers from interpreting files as something else than declared by the content type.
x-xss-protection_tip=Use to direct the browser to stop loading pages when reflected cross-site scripting (XSS) attacks are detected.
url_status=URL Filter
request_type=Request URL Type
request_url=Request URL
request_url_tip=Use this feature to insert a special HTTP header to protect clients from certain attacks.
plain=Simple String
regular=Regular Expression
err_request_url=The Request URL must be set.
content-security-policy=Content-Security-Policy
content-security-policy_tip=Use to reduce XSS risks and data injection attacks on browsers.
custom_value_tip=(e.g. default-src 'self';script-src 'self';object-src 'self')
