We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad3129 commit 3feb69fCopy full SHA for 3feb69f
src/main/typescript/automod/VerificationService.ts
@@ -569,12 +569,12 @@ class VerificationService extends Service {
569
let incomplete = false;
570
571
verify: {
572
- // if (proxyCheck) {
573
- // error =
574
- // "You seem to be using a VPN or proxy. Please disable it, reload this page and try again.";
575
- // reason = "VPN or Proxy detected.";
576
- // break verify;
577
- // }
+ if (proxyCheck) {
+ error =
+ "You seem to be using a VPN or proxy. Please disable it, reload this page and try again.";
+ reason = "VPN or Proxy detected.";
+ break verify;
+ }
578
579
const entry = await this.application.database.query.verificationEntries.findFirst({
580
where(fields, operators) {
0 commit comments