Skip to content

Commit

Permalink
Update disable-images.fql (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
panakour authored Jun 26, 2021
1 parent 60eae1a commit a7b17c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/disable-images.fql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LET p = DOCUMENT("https://www.gettyimages.com/", {
driver: "cdp",
disable: {
ignore: {
resources: [
{
url: "*",
Expand All @@ -10,4 +10,4 @@ LET p = DOCUMENT("https://www.gettyimages.com/", {
}
})

RETURN NONE
RETURN NONE

0 comments on commit a7b17c8

Please sign in to comment.