mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2024-11-22 18:15:51 +01:00
Remove webdav HTTP methods. They are rarely used and less probably filtered.
This commit is contained in:
parent
2fe377a23f
commit
00e4964e73
@ -53,15 +53,6 @@ static const char *http_methods[] = {
|
|||||||
"DELETE ",
|
"DELETE ",
|
||||||
"CONNECT ",
|
"CONNECT ",
|
||||||
"OPTIONS ",
|
"OPTIONS ",
|
||||||
"TRACE ",
|
|
||||||
"PATCH ",
|
|
||||||
"PROPFIND ",
|
|
||||||
"PROPPATCH ",
|
|
||||||
"MKCOL ",
|
|
||||||
"COPY ",
|
|
||||||
"MOVE ",
|
|
||||||
"LOCK ",
|
|
||||||
"UNLOCK ",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static char* dumb_memmem(const char* haystack, int hlen, const char* needle, int nlen) {
|
static char* dumb_memmem(const char* haystack, int hlen, const char* needle, int nlen) {
|
||||||
|
Loading…
Reference in New Issue
Block a user