Home
last modified time | relevance | path

Searched refs:HEADER_REFERER (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/http/
H A Dtypes.h51 const char HEADER_REFERER[] = "referer"; variable
/dports/devel/csoap/libsoap-1.1.0/nanohttp/
H A Dnanohttp-common.h126 #define HEADER_REFERER "Referer" macro
/dports/www/pound/Pound-2.8/
H A Dpound.h442 #define HEADER_REFERER 7 macro
H A Dhttp.c740 case HEADER_REFERER: in do_http()
H A Dsvc.c424 { "Referer", 7, HEADER_REFERER },
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/
H A Dwebapplication.cpp638 const QString refererValue = request.headers.value(Http::HEADER_REFERER); in isCrossSiteRequest()