-
Notifications
You must be signed in to change notification settings - Fork 765
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
Drop 'support-cors' usersync YAML config #4160
Comments
The cookie_sync endpoint does send this value to the client, but the pbsBidAdapter doesn't use it. |
I only see three instances of this in PBS-Go YAML files: |
Dear Prebid-Server Developers, @bretg, we (Orbidder Developers) had set "supportCORS" to true, because the Sync Endpoint support CORS. Greetings |
Since before even my time in PBS, the YAML files have supported a 'support-cors' field in usersync. Of 230+ bid adapters, only 2 set this to true.
I don't see any code in PBS that looks at this field.
My suspicion is that it's an information flag indicating that the bidder's sync endpoint sets some specific CORS header like Access-Control-Allow-Credentials and/or Access-Control-Allow-Origin. However, That's not documented anywhere and I'm not aware of the use case that drive this ancient config setting.
So I'm proposing that we either:
The text was updated successfully, but these errors were encountered: