Updated Edge fingerprinting, was incorrectly being identified as Chrome in some cases.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user