Merge branch 'performance-optimizations-for-rules' into 'master'
Performance optimizations for rules See merge request KevinRoebert/ClearUrls!75
This commit is contained in:
commit
b7e209bf15
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Ongoing
|
||||
|
||||
### Changed
|
||||
- Performance optimizations for rules by [@thexeos](https://gitlab.com/thexeos)
|
||||
|
||||
## [1.19.0] - 2020-07-22
|
||||
|
||||
### Compatibility note
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -272,7 +272,8 @@
|
|||
"all_frames": true,
|
||||
"matches": [
|
||||
"*://*.yandex.ru/*",
|
||||
"*://*.yandex.com/*"
|
||||
"*://*.yandex.com/*",
|
||||
"*://*.ya.ru/*"
|
||||
],
|
||||
"js": [
|
||||
"core_js/yandex_link_fix.js"
|
||||
|
|
Loading…
Reference in New Issue
Block a user