I am facing one issue on my CakePHP project. I have SSL installed into my project and it was working properly earlier. But the problem started with all the forms after google chrome upgraded to 86 stable
. It is started giving insecured warning message while submitting any form even for login form. This is happening in google chrome only.
I had done some research on this and saw updated google chrome browser added another layer of security for users. And then I did some research on solving the issue and the only thing I got it to add <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
into my website header. I did this but still the result is same.
I also got some suggestion to check mixed content issue aslo need to check if anything loaded over http. I had checked and there is noting loading from http
.
Another thing is, my website is running from https://www
and while insecure warning is showing the url
become http://www