mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Stop blocking images and css file
This commit is contained in:
parent
4b69fb64d4
commit
8f0447ed3f
2 changed files with 14 additions and 14 deletions
|
|
@ -374,13 +374,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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue