Skip to content

Commit aa20ee0

Browse files
committed
v9.0.0
1 parent 3c6f871 commit aa20ee0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unreleased
1+
# 9.0.0
22

33
- The settings page didn't allow you to manually add hosts if you are on Firefox ESR 115. It does now.
44
- Chrome Mask now spoofs some basic Client Hints usage to address the now more commonly occuring sniffs for it. More precicisely, it sets the `sec-ch-ua`, `sec-ch-ua-mobile`, and `sec-ch-ua-platform` headers - and it shims the `navigator.userAgentData` object to include `.brands`, `.mobile`, and `.platform`. This should get users past currently known instances of CH sniffing, and this can be expanded in the future.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-mask",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Makes Firefox wear a mask to look like Chrome.",
55
"author": "Sky Schubert <mail@overengineer.dev>",
66
"license": "MIT",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "__MSG_extensionDescription__",
55
"author": "SKy Schubert",
66
"homepage_url": "https://github.com/skyschub/chrome-mask",
7-
"version": "8.0.0",
7+
"version": "9.0.0",
88
"default_locale": "en",
99
"browser_specific_settings": {
1010
"gecko": {

0 commit comments

Comments
 (0)