4

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?

sideshowbarker
  • 81,827
  • 26
  • 193
  • 197
Eran Betzalel
  • 4,105
  • 3
  • 38
  • 66

1 Answers1

-3

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

Eran Betzalel
  • 4,105
  • 3
  • 38
  • 66
  • I'm not sure that's a great answer for others who stumble on this question. – Sienna Feb 13 '20 at 02:24
  • This is like telling someone to fix their broken sink, they should just use their other sink in the bathroom. Not helpful nor does it solve any problem. – jxn Sep 29 '20 at 15:21