diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-09-25 09:30:06 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-09-25 09:30:06 +0000 |
commit | a552ab476e95cd034d2463b3de95239010a8e0b0 (patch) | |
tree | 6bac5d4431e5bf59c800d9db195a76eb026869b1 /src/http/ngx_http_request.h | |
parent | 7f6d71bbc848360f4f6b1ec276736b88fb15b3f0 (diff) | |
download | nginx-a552ab476e95cd034d2463b3de95239010a8e0b0.tar.gz nginx-a552ab476e95cd034d2463b3de95239010a8e0b0.zip |
check unsafe Destination
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 3bd70c33c..8f348154c 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -60,6 +60,7 @@ #define NGX_HTTP_ZERO_IN_URI 1 #define NGX_HTTP_SUBREQUEST_IN_MEMORY 2 #define NGX_HTTP_SUBREQUEST_WAITED 4 +#define NGX_HTTP_LOG_UNSAFE 8 #define NGX_HTTP_OK 200 |