42f9b68 Do not wrap undefined objects

Authored and Committed by Libor Polčák 3 years ago
    Do not wrap undefined objects
    
    For example, navigator.deviceMemory is currently experimental and is not
    supported by Firefox (https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory).
    
    For fingerprintability, it is better if we do not define objects that
    should not be available.
    
        
file modified
+2 -0
file modified
+8 -1
file modified
+3 -3