-->

Referrer policy hide the referrer of self-signed c

2020-04-15 06:26发布

问题:

I can't seem to get the referrer on a 3rd party XHR request to a development server with a self-signed certificate.

After complying to chrome's use of SAN instead of CN and registering my self-signed localhost certificate, I got the green dot for this request in Dev Tools security panel, but I also get the following:

This request does not comply with Chrome's Certificate Transparency policy.

I've tried to use Chrome Group Policies to disable it, but it did not work.

Have anyone else stumbled upon this issue? Any good know solutions for debugging 3rd party XHR requests?

回答1:

The current workaround (hopefully not a permanent solution) is just using Mozilla FireFox instead of Google Chrome.