Skip to content

Commit

Permalink
Fix: cookie requires underscore (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGTmeaty authored Sep 3, 2024
1 parent 5aed272 commit 6417bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/crawl/sitespecific/reddit/reddit.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func AddCookies(req *http.Request) {
Path: "/",
},
{
Name: "options",
Name: "_options",
Value: "%7B%22pref_quarantine_optin%22%3A%20true%2C%20%22pref_gated_sr_optin%22%3A%20true%7D",
Domain: ".reddit.com",
Path: "/",
Expand Down

0 comments on commit 6417bfd

Please sign in to comment.