Skip to content

Commit

Permalink
Add space after keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSobky committed Oct 12, 2022
1 parent 4d0578f commit 3075537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deanonymize.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function deanonymize(attackMethod, endpoint, idList, callback) {
}
return false;
};
} else if(attackMethod === 'statusCode') {
} else if (attackMethod === 'statusCode') {
elNodes = (/chrome/i.test(navigator.userAgent)) ? createElements('link') :
createElements('script');
/**
Expand Down

0 comments on commit 3075537

Please sign in to comment.