Closed
Description
I notice that the standalone react-devtools use http instead https like "<script src="http://192.1.2.3:8097"></script>"
(src code),but my website is always https, so it will get broken because I cant change it to http if it's in iframe
(it's diffcult to change the host environment/website protocol).
I'm not familar with the react-devtools implementations, maybe something cause it can only use http to open the server, happy to hear the details, thanks!
React-devtools: 3.6.3