Commit 7865251
fix(client): add "Referer" header to requests
When running Deis behind an SSL-terminated endpoint, there are
issues with Django's CSRF protection. Adding a Referer header
is mandatory when using SSL with Django.
Reference: https://code.djangoproject.com/ticket/16870
fixes #10021 parent 3378532 commit 7865251
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
150 | 155 | | |
151 | 156 | | |
152 | 157 | | |
| |||
0 commit comments