Skip to content

Commit

Permalink
Add example.cookies.json file (#4)
Browse files Browse the repository at this point in the history
* Add example.cookies.json file

* Add workflow_dispatch to GH actions
  • Loading branch information
mirmozavr committed Nov 12, 2023
1 parent 7325bf6 commit 0fee61b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test and lint

on:
workflow_dispatch:
pull_request:
types:
- opened
Expand Down
20 changes: 20 additions & 0 deletions example.cookies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"name": "ORGANIC_SESSION",
"value": "1",
"domain": ".www.storyblocks.com",
"path": "/video/stock",
"expires": -1,
"httpOnly": false,
"secure": false
},
{
"name": "ORGANIC_SESSION",
"value": "1",
"domain": ".www.storyblocks.com",
"path": "/",
"expires": -1,
"httpOnly": false,
"secure": false
}
]

0 comments on commit 0fee61b

Please sign in to comment.