もう一つのチェック

このコミットが含まれているのは:
守矢諏訪子 2022-06-05 02:15:45 +09:00
コミット a8703b482a
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -40,7 +40,7 @@
}
// Torブロックのチェック
if (!is_null(shell_exec('torsocks curl -s -L '.$url.' | grep "Please stand by, while we are checking your browser...\|We are checking your browser...\|Ray ID" 2>&1'))) {
if (!is_null(shell_exec('torsocks curl -s -L '.$url.' | grep "Please stand by, while we are checking your browser...\|We are checking your browser...\|Ray ID|HTTP 429 Too Many Requests" 2>&1'))) {
$err[] = 'ウェブサイトはTorで接続出来ないみたいです。追加依頼拒否。<br />The website doesn\'t seem to be able to connect with Tor. Rejection of additional request.';
}