PV
Size: a a a
PV
W
PV
PV
W
ђ
PV
PV
PV
PV
BS
if ($http_user_agent ~ "Mozilla\/5.0 \(Linux; Android 9.0; Redmi Note 7 Build\/PKQ1.180904.001; wv\) AppleWebKit\/537.36 \(KHTML, like Gecko\) Version\/4.0 Chrome\/72.0.3626.96 Mobile Safari\/537.36" ) {
return 403;
}
BS
BS
map $http_user_agent $needtoblock {
default 0;
~(Mozilla\/5\.0\ \(X11\;\ Linux\ x86_64\)\ AppleWebKit\/537\.36\ \(KHTML\,\ like\ Gecko\)\ QtWebEngine\/5\.11\.1\ Chrome\/65\.0\.3325\.230\ Safari\/537\.36) 1;
}
…
if ($needtoblock) { return 403; }