Searched refs:pvo_hsbph (Results 1 – 1 of 1) sorted by relevance
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 287 struct lws_protocol_vhost_options pvo_hsbph[] = {{ variable 290 &pvo_hsbph[0], NULL, "x-frame-options:", "deny" 292 &pvo_hsbph[1], NULL, "x-xss-protection:", "1; mode=block" 294 &pvo_hsbph[2], NULL, "x-content-type-options:", "nosniff" 296 &pvo_hsbph[3], NULL, "content-security-policy:", 372 headers = &pvo_hsbph[LWS_ARRAY_SIZE(pvo_hsbph) - 1]; in lws_add_http_header_status()
|