I have an application that uses CDNs for jQuery and other libraries. Some pages have URLs that contain slugs with possibly personally identifiable information, for example the URL:
https://mycompany.com/myapp/people/123/kilgore-trout
contains a person's database ID and a slugged version of their name. This may be a confidentiality risk because the URL is sent to the CDN in the request's referer header.
Is this a legitimate concern? If so, is there anything I can do besides not use CDNs?