diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3208,7 +3208,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, | |||
| 3208 | } | 3208 | } |
| 3209 | else { | 3209 | else { |
| 3210 | /* proxy usage authorized by proxy_token */ | 3210 | /* proxy usage authorized by proxy_token */ |
| 3211 | xs *tks = xs_fmt("%s:%s", xs_dict_get(srv_config, "proxy_token_seed"), snac.actor); | 3211 | xs *tks = xs_fmt("%s:%s", srv_proxy_token_seed, snac.actor); |
| 3212 | xs *tk = xs_md5_hex(tks, strlen(tks)); | 3212 | xs *tk = xs_md5_hex(tks, strlen(tks)); |
| 3213 | xs *p = xs_fmt("y/%s/", tk); | 3213 | xs *p = xs_fmt("y/%s/", tk); |
| 3214 | 3214 | ||