function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
IntelliverseIntelliverse 

Is there anything from a Salesforce perspective that can be done to regain the previous behavior of the document.referrer value? Or another way of obtaining the who/what ID of the page the cti link was clicked from?

Our package uses a cti adapter to initiate an activity in a visual force page.
Previously (and still for IE and Firefox) the value for document.referrer included the entire url for the originating page ex
https://na46.salesforce.com/006i000000C8Hc4 for a click from an opportunity page. 
 
Currently in chrome 61 it is only returning the base url https://na46.salesforce.com
 
Is there anything from a Salesforce perspective that can be done to regain the previous behavior of the document.referrer value?
Or another way of obtaining the who/what ID of the page the cti link was clicked from?