1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

add ampproject.org/v0.js as a web-accessible-resources

This commit is contained in:
Raymond Hill 2018-09-09 18:11:44 -04:00
parent 183caa2782
commit cc4bf3581f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
3x2-transparent.png
addthis.com/addthis_widget.js
amazon-adsystem.com/aax2/amzn_ads.js
ampproject.org/v0.js
antiAdBlock.js
d3pkae9owd2lcf.cloudfront.net/mb105.js
disqus.com/embed.js

View File

@ -21,7 +21,7 @@ with open('./src/web_accessible_resources/to-import.txt', 'r') as f:
to_import.add(line)
# https://github.com/gorhill/uBlock/issues/3636
safe_exts = { 'javascript': 'js' }
safe_exts = { 'javascript': 'js', 'plain': 'txt' }
imported = []