mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 08:42:04 -08:00
pythonlib: Do not override productSub #105
This commit is contained in:
parent
2d263100c4
commit
30a92edb1b
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ navigator:
|
||||||
# deviceMemory not in Firefox
|
# deviceMemory not in Firefox
|
||||||
hardwareConcurrency: navigator.hardwareConcurrency
|
hardwareConcurrency: navigator.hardwareConcurrency
|
||||||
product: navigator.product
|
product: navigator.product
|
||||||
productSub: navigator.productSub
|
# Never override productSub #105
|
||||||
|
# productSub: navigator.productSub
|
||||||
# vendor is not necessary
|
# vendor is not necessary
|
||||||
# vendorSub is not necessary
|
# vendorSub is not necessary
|
||||||
maxTouchPoints: navigator.maxTouchPoints
|
maxTouchPoints: navigator.maxTouchPoints
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue