Referrer policy hide the referrer of self-signed certificates

纵然是瞬间 提交于 2019-12-02 06:54:36

问题


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.



来源:https://stackoverflow.com/questions/54890552/referrer-policy-hide-the-referrer-of-self-signed-certificates

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!