Stop blocking images and css file
This commit is contained in:
@ -554,13 +554,13 @@ function getUrl(req) {
|
||||
async function blockResources(page) {
|
||||
const blockedResources = [
|
||||
// Assets
|
||||
'*/favicon.ico',
|
||||
'.css',
|
||||
'.jpg',
|
||||
'.jpeg',
|
||||
'.png',
|
||||
'.svg',
|
||||
'.woff',
|
||||
// '*/favicon.ico',
|
||||
// '.css',
|
||||
// '.jpg',
|
||||
// '.jpeg',
|
||||
// '.png',
|
||||
// '.svg',
|
||||
// '.woff',
|
||||
|
||||
// Analytics and other fluff
|
||||
'*.optimizely.com',
|
||||
|
||||
Reference in New Issue
Block a user