-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fork Sync: Update from parent repository #231
Conversation
brave-builds
commented
Dec 8, 2023
•
edited
Loading
edited
Related issue: uBlockOrigin/uBlock-issues#3004 Related commit: gorhill@ee83a43 Use extensions API message ports to establish direct communication between content script and logger window.
Additionally, lock the inspected page to the item under the mouse in the dom inspector.
Related commit: uBlockOrigin/uAssets@20312c2178 To work around incompatibity with `urltransform` in 1.53.0. With this commit support for `urltransform` is dropped in favor of `uritransform`. Since `uritransform` won't be parsed by older versions of uBO, the change in syntax for `urltransform` between 1.53.0 and 1.54.0 will no longer cause issue.
In Support pane's troubleshooting information, a delta sign will be added to list update information when the list was last updated through differential update.
Possibly related issue: uBlockOrigin/uBlock-issues#2136 Also reported internally, steps to reproduce the issue fixed here: - Open uBO's dashboard through 3-dot > Add-ons > uBO > Settings - Bring forth "Filter lists" pane We want the tab to be already opened at next launch - Quit Firefox for Android - Launch Firefox for Android Result: Very long launch time, lists marked as out of date.
If the `manual` parameter is assigned a date in the form of `YYMMDD`, this will tell uBO to update lists from origin sources when the current time is within the range of the specified date, otherwise lists will be updated from CDNs. Updating from CDNs is always strongly recommended since this enables differential updates. For the time being, `manual=1` will always cause to update lists from origin, but this form will be deprecated once next stable release is widespread. The idea is to not leave behind stale and obsolete links which would be detrimental to differential updates should someone click on one of these old links left behind.
Regression from: gorhill@bd7ce41224
Occurred when element picker was launched from context menu as a result of clicking on `html` or `body` elements.
[puLL-Merge] - brave/uBlock@231 DescriptionThe pull request appears to introduce changes to resource and scriptlet files within the uBlock repository. These changes include an update of content delivery URLs for a resource file, a robust extension of functionality within a scriptlet concerning XML HTTP Requests (XHR), and the removal of specific redirect rules from a js file managing redirect resources. ChangesChangesassets/assets.json
assets/resources/scriptlets.js
src/js/redirect-resources.js
Security HotspotsHere are the potential security hotspots introduced by these changes:
Please review the potential impacts of these changes in detail, especially considering the security rules in place and the threat model of a content blocker extension like uBlock. Testing should be done to ensure that the changes do not introduce regressions or new vulnerabilities. |