Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 2297)

Ticket Resolution Summary Owner Reporter
#479 fixed Add mimetype for XSPF Lauri Võsandi
Description

Hi, could you please add following entry to mime.types so XSPF playlists could be opened properly via VLC and the others: application/xspf+xml xspf;

#1690 wontfix Add MITM detection Fabian Franz BSc
Description

Caddy has a feature to detect TLS MITM attacks by comparing manipulated Client Hello messages with the ones used by the browsers. If the MITM does not mirror all properties of the one used by the client, it will be detected.

It would be good to have such a feature in nginx as well as it would be good for some applications if they could reject such a connection.

Source of Caddy: https://github.com/mholt/caddy/blob/09188981c477e1972012592a5c695ade777770ef/caddyhttp/httpserver/mitm.go

Feature request in the OPNsense plugins repository: https://github.com/opnsense/plugins/issues/1044

#308 wontfix Add more info to "C Compiler not found" Arthur Helfstein Fragoso
Description

I was receiving "C compiler not found", and couldn't figure out why. After looking into the configuration script I found the error log file that helped me to find that I was missing some libraries: libmpc and libmpfr.

I'd recommend to let the user know where to look for more info. So here is a patch to my suggestion.

file: nginx/auto/feature

[arthur@XPS auto]$ diff feature.old feature

114c114
<     echo " not found"
---
>     echo " not found (check $NGX_AUTOCONF_ERR for more info)"
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.