Adding the JavaScript bypasses files for stealth mode
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Bypasses `notificationIsDenied` test in creepsjs's 'Like Headless' sections
|
||||
const isSecure = document.location.protocol.startsWith('https')
|
||||
if (isSecure){
|
||||
Object.defineProperty(Notification, 'permission', {get: () => 'default'})
|
||||
}
|
||||
Reference in New Issue
Block a user