django-debug-toolbar
django-debug-toolbar copied to clipboard
Refused to get unsafe header "djdt-store-id"
Got that error in the Chrome console.
Django 3.2.13
debug_toolbar 3.4.0
We are also getting this on Django 4
Closing as duplicate of #1647 and closed in #1651
Is this running locally? And/or does it happen to be in an iframe?
On Mon, May 30, 2022, 5:46 AM Sergey Lyapustin @.***> wrote:
Got that error in the Chrome console.
[image: Screen Shot 2022-05-30 at 11 45 10] https://user-images.githubusercontent.com/370774/170965843-e7eda6d7-5611-49df-8e10-8549da1a106f.png
[image: Screen Shot 2022-05-30 at 11 45 23] https://user-images.githubusercontent.com/370774/170965856-75aa38a2-54bc-45ff-a9f6-eb91ab358eb9.png Django 3.2.13 debug_toolbar 3.4.0
— Reply to this email directly, view it on GitHub https://github.com/jazzband/django-debug-toolbar/issues/1633, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJYZP5IACDMP6LUAXCMU3LVMSE6LANCNFSM5XJ7FUWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I was getting this error locally, but it was not in an iframe. It was causing front-end tests to fail and ended up driving us to remove DJDT from our project.
@pbadeer what version of the toolbar were you using? That should be handled in v3.6
We were on 3.4 when we removed it from the project.