From 4e0375c76fcc301d523242bffc6ac5c015b7e4e0 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 10 Apr 2021 12:19:58 +0900 Subject: Don't include username in Referer --- proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index aa373dc..42aa4f8 100644 --- a/proto.h +++ b/proto.h @@ -544,6 +544,7 @@ extern void parseURL(char *url, ParsedURL *p_url, ParsedURL *current); extern void copyParsedURL(ParsedURL *p, const ParsedURL *q); extern void parseURL2(char *url, ParsedURL *pu, ParsedURL *current); extern Str parsedURL2Str(ParsedURL *pu); +extern Str parsedURL2RefererStr(ParsedURL *pu); extern int getURLScheme(char **url); extern void init_stream(URLFile *uf, int scheme, InputStream stream); Str HTTPrequestMethod(HRequest *hr); -- cgit v1.2.3