From e5eaac300fecfcc77c209e6385a8b5c0741c67fb Mon Sep 17 00:00:00 2001 From: Bob Rose Date: Sun, 23 Jun 2024 07:00:03 -0700 Subject: [PATCH 1/3] Remove declarativeNetRequest --- CHANGELOG.md | 1 + PRIVACY.md | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6c62b..fc7b912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ On all Roblox pages, sometimes the URL can contain the locale code. On these pag - The premium payouts summary feature has been officially removed, because it now exists as a feature on [create.roblox.com](https://create.roblox.com). - The code to allow the extension to work on `web.roblox.com` and `www.roblox.com/library` has been removed, because these things don't exist anymore. +- Removed the `declarativeNetRequest` permission, which is no longer necessary, following [developer deeplinking](https://devforum.roblox.com/t/developer-deeplinking-beta/1904069). # 3.0.0 diff --git a/PRIVACY.md b/PRIVACY.md index c9042d1..3c23ffb 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -56,15 +56,10 @@ This information is accessed by the Roblox+ backend servers: - Your avatar thumbnail - Your IP address -## :electric_plug: Web Request Interception - -Sometimes the extension will intercept requests going to [roblox.com](https://www.roblox.com). This use to be necessary for things like launching games, to generate authentication sessions to open Roblox with. Following the release of [Developer Deeplinking](https://devforum.roblox.com/t/developer-deeplinking-beta/1904069), this is no longer necessary. But we still intercept some web traffic for more minor features. For example: We send a notification when Roblox+ starts, and you can configure that notification to only be sent after you visit [roblox.com](https://www.roblox.com). We listen for web traffic going to the [roblox.com](https://www.roblox.com), but we **never** save or record it. - ## :white_check_mark: Permissions The [extension manifest](https://github.com/roblox-plus/extension/blob/master/src/manifest.json) a list of permissions that the extension has access to. Not including the websites, which are mentioned above, these are the browser APIs the extension has permission for: - [alarms](https://developer.chrome.com/docs/extensions/reference/alarms/): This one is used for the notifier features which execute in the background - [gcm](https://developer.chrome.com/docs/extensions/reference/gcm/), [notifications](https://developer.chrome.com/docs/extensions/reference/notifications/): These are used to send notifications to the browser extension -- [declarativeNetRequest](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/): This is used for the web request interception mentioned above - [storage](https://developer.chrome.com/docs/extensions/reference/storage/): The extension uses this one to store things like settings preferences From d29616803289b8db7e2a2369489e4789e965c14d Mon Sep 17 00:00:00 2001 From: Bob Rose Date: Sun, 23 Jun 2024 07:00:15 -0700 Subject: [PATCH 2/3] undo manifest.version forgot this was automated --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index d44e350..4434f70 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.3", + "version": "3.0.0", "name": "Roblox+", "short_name": "Roblox+", "description": "Extends the features available on roblox.com", From ebd95ade08928cef393ed0a9a32de027b41eebff Mon Sep 17 00:00:00 2001 From: Bob Rose Date: Sun, 23 Jun 2024 07:32:07 -0700 Subject: [PATCH 3/3] Use Roblox NuGet 1.19.0 Pairs with https://github.com/roblox-plus/nuget/pull/27 --- CHANGELOG.md | 4 ++++ services/web-api/Directory.Packages.props | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7b912..7311359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ On the game details page, the badge award dates have been fixed. On all Roblox pages, sometimes the URL can contain the locale code. On these pages, the extension did not work. Now it does. +### :gear: Settings Access + +Fixed an issue where the settings page was inaccessible for people with the extension disabled, who hadn't loaded the settings page for at least 3 months. + ### :wastebasket: Code Removal - The premium payouts summary feature has been officially removed, because it now exists as a feature on [create.roblox.com](https://create.roblox.com). diff --git a/services/web-api/Directory.Packages.props b/services/web-api/Directory.Packages.props index 78f4d6a..444e625 100644 --- a/services/web-api/Directory.Packages.props +++ b/services/web-api/Directory.Packages.props @@ -6,7 +6,7 @@ - +