We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2e4da commit acb283aCopy full SHA for acb283a
sandbox.php
@@ -1,4 +1,11 @@
1
<?php
2
+ include_once("controller/tor_detection.php");
3
+
4
+ if(TorDetection::isExitNode()) {
5
+ http_response_code(403);
6
+ return;
7
+ }
8
9
$appId = "";
10
$apiKey = "";
11
0 commit comments