Home
last modified time | relevance | path

Searched refs:pvo_hsbph (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/minimal-examples/http-server/minimal-http-server-generic-sessions/
Dminimal-http-server-generic-sessions.c61 pvo_hsbph[] = {{ variable
64 &pvo_hsbph[0], NULL, "x-xss-protection:", "1; mode=block"
66 &pvo_hsbph[1], NULL, "x-content-type-options:", "nosniff"
68 &pvo_hsbph[2], NULL, "content-security-policy:",
189 info.headers = &pvo_hsbph[3]; in main()
/external/libwebsockets/lib/roles/http/
Dheader.c258 struct lws_protocol_vhost_options pvo_hsbph[] = {{ variable
261 &pvo_hsbph[0], NULL, "x-frame-options:", "deny"
263 &pvo_hsbph[1], NULL, "x-xss-protection:", "1; mode=block"
265 &pvo_hsbph[2], NULL, "x-content-type-options:", "nosniff"
267 &pvo_hsbph[3], NULL, "content-security-policy:",
342 headers = &pvo_hsbph[LWS_ARRAY_SIZE(pvo_hsbph) - 1]; in lws_add_http_header_status()