Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Firefox User-Agent string reference for Mac OS X #2955

Merged
merged 3 commits into from
Mar 15, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 id="Windows">Windows</h2>

<h2 id="Macintosh">Macintosh</h2>

<p>Here, <em>x.y</em> is the version of Mac OS X (for instance, Mac OS X 10.6).</p>
<p>Here, <em>x.y</em> is the version of Mac OS X (for instance, Mac OS X 10.15). Starting in Firefox 87, Firefox caps the reported Mac OS X version number to 10.15, so macOS 11.0 Big Sur and later will be reported as "10.15" in the User-Agent string.</p>

<table class="standard-table">
<thead>
Expand All @@ -105,10 +105,6 @@ <h2 id="Macintosh">Macintosh</h2>
<td>Mac OS X on x86, x86_64, or aarch64</td>
<td>Mozilla/5.0 (Macintosh; Intel Mac OS X <em>x.y</em>; rv:10.0) Gecko/20100101 Firefox/10.0</td>
</tr>
<tr>
<td>Mac OS X on PowerPC</td>
<td>Mozilla/5.0 (Macintosh; PPC Mac OS X <em>x.y</em>; rv:10.0) Gecko/20100101 Firefox/10.0</td>
</tr>
</tbody>
</table>

Expand Down