Updated Edge fingerprinting, was incorrectly being identified as Chrome in some cases.

This commit is contained in:
Jack Walker
2020-04-27 08:41:43 +10:00
parent 8f1f2d32b1
commit 4198363923

View File

@@ -2495,6 +2495,7 @@ beef.browser = {
type: function () {
return {
E: this.isEdge(), // Edge any version
C5: this.isC5(), // Chrome 5
C6: this.isC6(), // Chrome 6
C7: this.isC7(), // Chrome 7