1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00
This commit is contained in:
kkapsner 2019-03-12 22:30:37 +01:00
parent 574efa23e7
commit 816c7eddef
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ var createLog = function(){
var log = createLog();
log("user agent equal between server and client: " + (serverUserAgent === navigator.userAgent));
log("user agent equal between server and client: " + (window.serverUserAgent === navigator.userAgent));
Object.keys(navigator.__proto__).sort().forEach(function(property){
"use strict";