diff --git a/source b/source index 864b47b95a9..a881c52584e 100644 --- a/source +++ b/source @@ -98597,9 +98597,10 @@ interface Navigator {
platform
Must return either the empty string or a string representing the platform on which the
- browser is executing, e.g. "MacIntel
", "Win32
",
- "FreeBSD i386
", "WebTV OS
".
Must return a string representing the platform on which the
+ browser is executing (e.g. "MacIntel
", "Win32
",
+ "Linux x86_64
", "Linux armv81
") or, for privacy and
+ compatibility, a string that is commonly returned on another platform.
product
Must return the string "Gecko
".