When chrome blocks a pop-up, it shows an alert box which has a link to proceed with opening the popup. When you click the link (red box in the attached image), chromes proceeds with opening the blocked page in new tab, but doesn't include the original request headers in the network request.
Is is possible to include the original request headers when user chooses to proceed with a blocked popup (by clicking red area in attached image)?
Note: my question is not How to do this?, but simply Is it even possible? and hence I am not supplying any code.