-
Notifications
You must be signed in to change notification settings - Fork 252
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
Spec'ing creative scanning via BYOS/V1 trusted scoring signals #1398
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Maks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Maks!
|queryParamsList|. | ||
|
||
Note: this works differently from other query parameters since it has a comma that we do not | ||
want to escape, and other characters are known not to require it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/and other characters are known not to require it
/and none of the other characters used to represent the width and height of each ad need to be escaped either
?
This also fixes trusted scoring signals params escaping in general to not escape commas
when not expected.
See #792 (comment)
and latter comments on that issue for more context.
Preview | Diff