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

Marin #242

Merged
merged 5 commits into from
Feb 11, 2023
Merged

Marin #242

merged 5 commits into from
Feb 11, 2023

Conversation

inumakieu
Copy link
Contributor

What kind of change does this PR introduce?

Did you add tests for your changes?

If relevant, did you update the documentation?

Summary

Other information

@inumakieu inumakieu merged commit b1c338f into master Feb 11, 2023
Cookie: `__ddg1=;__ddg2_=; XSRF-TOKEN=${token[1]}; marinmoe_session=${token[0]};`,
'User-Agent':
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',
"x-xsrf-token": token[1].split(';')[0].replace("%3D", "="),

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of "%3D".
"x-inertia": true,
"x-inertia-version": "884345c4d568d16e3bb2fb3ae350cca9",
"x-requested-with": "XMLHttpRequest",
"x-xsrf-token": token[1].split(';')[0].replace("%3D", "="),

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of "%3D".
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.

1 participant