mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
Add resource aliases for increased compatibility with AdGuard lists
This commit is contained in:
parent
e6521a8dfe
commit
7867c25128
@ -98,13 +98,20 @@ export default new Map([
|
||||
alias: 'google-analytics.com/inpage_linkid.js',
|
||||
} ],
|
||||
[ 'google-ima.js', {
|
||||
alias: 'google-ima3', /* adguard compatibility */
|
||||
} ],
|
||||
[ 'googlesyndication_adsbygoogle.js', {
|
||||
alias: 'googlesyndication.com/adsbygoogle.js',
|
||||
alias: [
|
||||
'googlesyndication.com/adsbygoogle.js',
|
||||
'googlesyndication-adsbygoogle', /* adguard compatibility */
|
||||
],
|
||||
data: 'text',
|
||||
} ],
|
||||
[ 'googletagservices_gpt.js', {
|
||||
alias: 'googletagservices.com/gpt.js',
|
||||
alias: [
|
||||
'googletagservices.com/gpt.js',
|
||||
'googletagservices-gpt', /* adguard compatibility */
|
||||
],
|
||||
data: 'text',
|
||||
} ],
|
||||
[ 'hd-main.js', {
|
||||
|
Loading…
Reference in New Issue
Block a user