Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Websocket
Sourcecheck_origin ~hosts req
will return true
if the origin header exists and matches one of the provided hostnames. If origin header is not present, return not origin_mandatory
. Default value of origin_mandatory
is false. If origin header is present but does not contain a hostname, return false
. Hostnames in hosts
are (ascii-)lowercased when compared.
check_origin_with_host
returns false if the origin header exists and its host doesn't match the host header