mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 23:48:26 -04:00
Fix Brave Aggressively block fingerprinting mode (#1078)
Attempt fix Brave `Aggressively block fingerprinting` mode
This commit is contained in:
committed by
GitHub
parent
0a91633969
commit
3cbdefced5
@@ -34,6 +34,7 @@ export function detectWebGLContext() {
|
||||
(ctx) =>
|
||||
ctx != null &&
|
||||
(ctx instanceof WebGLRenderingContext ||
|
||||
(WebGL2RenderingContext != null && ctx instanceof WebGL2RenderingContext))
|
||||
(WebGL2RenderingContext != null && ctx instanceof WebGL2RenderingContext)) &&
|
||||
ctx.getParameter(ctx.VERSION) != null
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user