1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-05 15:16:07 +02:00

Update disable-images.fql (#625)

This commit is contained in:
Panagiotis Koursaris 2021-06-26 05:35:51 +03:00 committed by GitHub
parent 60eae1a460
commit a7b17c8b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
LET p = DOCUMENT("https://www.gettyimages.com/", {
driver: "cdp",
disable: {
ignore: {
resources: [
{
url: "*",
@ -10,4 +10,4 @@ LET p = DOCUMENT("https://www.gettyimages.com/", {
}
})
RETURN NONE
RETURN NONE