v.1.0.0. initial push of license-lib
This commit is contained in:
6
client/utils/fingerprint.js
Normal file
6
client/utils/fingerprint.js
Normal file
@ -0,0 +1,6 @@
|
||||
// client/utils/fingerprint.js
|
||||
|
||||
export const generateFingerprint = () => {
|
||||
return btoa(navigator.userAgent + navigator.language + screen.width + screen.height);
|
||||
};
|
||||
|
Reference in New Issue
Block a user