Re: Cross-site cookies warnings

2020-07-15 Thread Adrian Klaver
On 7/15/20 2:34 AM, Fabio wrote: I'm using python 3.7.4, django 3.0.6, javascript, Postgres 12.3.1 pgadmin 4.21 windows7. When my page loads on the console there are these warnings: |Cookie“PGADMIN_KEY”will be soon treated ascross-site cookie against “http://127.0.0.1:8000/lists/list-name/” b

Cross-site cookies warnings

2020-07-15 Thread Fabio
I'm using python 3.7.4, django 3.0.6, javascript, Postgres 12.3.1 pgadmin 4.21 windows7. When my page loads on the console there are these warnings: |Cookie“PGADMIN_KEY”will be soon treated ascross-site cookie against “http://127.0.0.1:8000/lists/list-name/” because the scheme does not match.