Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DumpCookies method #1158

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Update DumpCookies method #1158

merged 1 commit into from
Mar 20, 2023

Conversation

rkervella
Copy link
Member

Use storage.GetCookies() instead of network.GetCookies(). Per chrome devtools documentation, network.GetCookies() will GetCookies returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field., which is not what we want. storage.GetCookies() will get us all browsers cookies.

@rkervella rkervella requested a review from a team as a code owner March 20, 2023 17:11
@github-advanced-security
Copy link

You have successfully added a new CodeQL configuration .github/workflows/codeql-scanning.yml:CodeQL-Build. As part of the setup process, we have scanned this repository and found 20 existing alerts. Please check the repository Security tab to see all alerts.

@moloch-- moloch-- merged commit 9f64ef1 into master Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants