kkapsner / CanvasBlocker

A Firefox extension to protect from being fingerprinted.
https://canvasblocker.kkapsner.de
Mozilla Public License 2.0
1.17k stars 87 forks source link

Files not appearing in OneDrive #728

Open SSlinky opened 1 week ago

SSlinky commented 1 week ago

Canvas blocker breaks both professional OneDrive. File list shows "undefined". This behaviour is not present in SharePoint or personal OneDrive. Weirdly, recent activity in "Home" section displays undefined as well as a list of recently modified files.

Description

With Canvas Blocker enabled, the file list in OneDrive is replaced with the word "undefined".

Expected Behaviour

Files list is displayed.

Current Behaviour

Element at #virtualized-list_3_page-0 content is "undefined".

Steps to Reproduce (for bugs)

Log into https://<my-company>.sharepoint.com/ or files shared with you by someone else.

Context

I cannot view files someone has shared unless I disable Canvas Blocker.

Your Environment

Your Settings

{
    "logLevel": 1,
    "urlSettings": [
        {
            "url": "mail.google.com",
            "protectDOMRect": false
        },
        {
            "url": "onedrive.live.com",
            "protectDOMRect": false
        },
        {
            "url": "paypal.com",
            "protectWindow": false
        },
        {
            "url": "dhl.de",
            "protectWindow": false
        }
    ],
    "hiddenSettings": {},
    "expandStatus": {},
    "displayHiddenSettings": false,
    "whiteList": "",
    "sessionWhiteList": "",
    "blackList": "",
    "blockMode": "fake",
    "protectedCanvasPart": "readout",
    "minFakeSize": 1,
    "maxFakeSize": 1000000,
    "rng": "nonPersistent",
    "protectedAPIFeatures": {},
    "useCanvasCache": true,
    "ignoreFrequentColors": 0,
    "minColors": 0,
    "fakeAlphaChannel": false,
    "webGLVendor": "",
    "webGLRenderer": "",
    "webGLUnmaskedVendor": "",
    "webGLUnmaskedRenderer": "",
    "persistentRndStorage": "",
    "persistentIncognitoRndStorage": "",
    "storePersistentRnd": false,
    "persistentRndClearIntervalValue": 0,
    "persistentRndClearIntervalUnit": "days",
    "lastPersistentRndClearing": 1731034534724,
    "sharePersistentRndBetweenDomains": false,
    "askOnlyOnce": "individual",
    "askDenyMode": "block",
    "showCanvasWhileAsking": true,
    "showNotifications": true,
    "highlightPageAction": "none",
    "highlightBrowserAction": "color",
    "displayBadge": true,
    "storeNotificationData": false,
    "storeImageForInspection": false,
    "ignoreList": "",
    "ignoredAPIs": {},
    "showCallingFile": false,
    "showCompleteCallingStack": false,
    "enableStackList": false,
    "stackList": "",
    "protectAudio": true,
    "audioFakeRate": "100",
    "audioNoiseLevel": "minimal",
    "useAudioCache": true,
    "audioUseFixedIndices": true,
    "audioFixedIndices": "26",
    "historyLengthThreshold": 2,
    "protectWindow": false,
    "allowWindowNameInFrames": false,
    "protectDOMRect": true,
    "domRectIntegerFactor": 4,
    "protectSVG": true,
    "protectTextMetrics": true,
    "blockDataURLs": true,
    "protectNavigator": false,
    "navigatorDetails": {},
    "protectScreen": true,
    "screenSize": "",
    "fakeMinimalScreenSize": true,
    "displayAdvancedSettings": false,
    "displayDescriptions": false,
    "theme": "auto",
    "showPresetsOnInstallation": true,
    "dontShowOptionsOnUpdate": false,
    "disruptSessionOnUpdate": false,
    "updatePending": false,
    "isStillDefault": false,
    "storageVersion": 1
}
spodermenpls commented 1 week ago

Have you tried the latest beta version, 1.11 (https://canvasblocker.kkapsner.de/versions/?C=M;O=D)?