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

rewriteTestFixtureFiles.php issues #7637

Open
liviuconcioiu opened this issue Mar 23, 2024 · 0 comments
Open

rewriteTestFixtureFiles.php issues #7637

liviuconcioiu opened this issue Mar 23, 2024 · 0 comments

Comments

@liviuconcioiu
Copy link
Collaborator

rewriteTestFixtureFiles.php has two issues:

Before

Sec-CH-UA: '" Not A;Brand";v="99.0.0.0", "Chromium";v="99.0.4844.16", "Opera Crypto";v="99.0.4844.16"'
Sec-CH-UA-Full-Version: "99.0.4844.16"

After (missing double quote at the beginning and at the end)

Sec-CH-UA: ' Not A;Brand";v="99.0.0.0", "Chromium";v="99.0.4844.16", "Opera Crypto";v="99.0.4844.16'
Sec-CH-UA-Full-Version: 99.0.4844.16

Before

user_agent: Mozilla/5.0 (Linux; Android 10; M2006C3LG Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/96.0.4664.104 Mobile Safari/537.36Snapchat11.59.0.35 (M2006C3LG; Android 10#V12.0.17.0.QCDMIXM#29; gzip)

After (everything after # is removed)

user_agent: Mozilla/5.0 (Linux; Android 10; M2006C3LG Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/96.0.4664.104 Mobile Safari/537.36Snapchat11.59.0.35 (M2006C3LG; Android 10
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

No branches or pull requests

2 participants
@liviuconcioiu and others