mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
17
node_modules/@mixmark-io/domino/NavigatorID.js
generated
vendored
Normal file
17
node_modules/@mixmark-io/domino/NavigatorID.js
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#navigatorid
|
||||
var NavigatorID = Object.create(null, {
|
||||
appCodeName: { value: "Mozilla" },
|
||||
appName: { value: "Netscape" },
|
||||
appVersion: { value: "4.0" },
|
||||
platform: { value: "" },
|
||||
product: { value: "Gecko" },
|
||||
productSub: { value: "20100101" },
|
||||
userAgent: { value: "" },
|
||||
vendor: { value: "" },
|
||||
vendorSub: { value: "" },
|
||||
taintEnabled: { value: function() { return false; } }
|
||||
});
|
||||
|
||||
module.exports = NavigatorID;
|
Reference in New Issue
Block a user