After new version of Google Chrome, header referer value gets wrong in Kakao authorize call

Due to a change in Chrome done in August 2020, the default referer (misspelled intentionally) value has changed in requests.
Read about it here: https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default

It would be great if you could add the following in headers when doing your requests in for example in Kakao.Auth.authorize

'Referrer-Policy': 'no-referrer-when-downgrade'

Best wishes,

Martin Erlandsson

1개의 좋아요

@anon58807431

Thanks for your opinion.
We reviewed the Referrer Policy policy and decided the referrer-policy as ‘strict-origin-when-cross-origin’.
These changes will be applied tomorrow.

best regards.