projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4b753a
)
is_untrusted_url(): Remove stray space
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 9 Jun 2024 12:42:28 +0000
(14:42 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 9 Jun 2024 13:24:07 +0000
(15:24 +0200)
filters.c
patch
|
blob
|
history
diff --git
a/filters.c
b/filters.c
index
9915bf5
..
5bb5666
100644
(file)
--- a/
filters.c
+++ b/
filters.c
@@
-1393,7
+1393,7
@@
int is_untrusted_url(const struct client_state *csp)
struct block_spec *b;
struct pattern_spec **trusted_url;
struct http_request rhttp[1];
- const char *
referer;
+ const char *referer;
jb_err err;
/*