You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to send Do Not Track or Global Privacy Control headers with every request the in-app browser makes. We want to do this to comply with the choices users make through Apples App Tracking Transparency API.
Preferred solution
Allow injecting headers in the url-change or another appropriate event handler.
Alternative options
Add an option to the open call that enables DNT and GPC for all requests made by the browser session.
You also might attempt to implement a custom service worker. I would not recommend using this proxy to proxy ALL of your requests, but that is up to you.
For you specific case, I would recommend using this proxy fn to serve a service worker, then register it via executeScript OR preLoadScript
Current problem
We would like to send Do Not Track or Global Privacy Control headers with every request the in-app browser makes. We want to do this to comply with the choices users make through Apples App Tracking Transparency API.
Preferred solution
Allow injecting headers in the url-change or another appropriate event handler.
Alternative options
Add an option to the
open
call that enables DNT and GPC for all requests made by the browser session.Additional context
No response
Before submitting
Fastest way to get this feature added
The text was updated successfully, but these errors were encountered: