Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c477 if (clcf->msie_refresh in ngx_http_special_response_handler()
651 if (clcf->msie_refresh && r->headers_in.msie) { in ngx_http_send_error_page()
H A Dngx_http_core_module.h395 ngx_flag_t msie_refresh; /* msie_refresh */ member
H A Dngx_http_core_module.c599 offsetof(ngx_http_core_loc_conf_t, msie_refresh),
3453 clcf->msie_refresh = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3721 ngx_conf_merge_value(conf->msie_refresh, prev->msie_refresh, 0); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru5494 *) Исправление: при использовании директивы msie_refresh повторно
5776 *) Безопасность: при использовании директивы msie_refresh был возможен
6519 *) Добавление: директива msie_refresh.
H A DCHANGES5381 *) Bugfix: URL double escaping in a redirect of the "msie_refresh"
5655 *) Security: the "msie_refresh" directive allowed XSS.
6392 *) Feature: the "msie_refresh" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim394 syn keyword ngxDirective contained msie_refresh