I'm trying to utilize the new Embedder feature that was released in preview. Following the instructions on the page to-the-teeth and whitelisting localhost in the App Settings, I am getting a message regarding the Cookies that Dropbox provides about lacking the `SameSite` attribute. Apparently this is something that Dropbox itself needs to set since I'm requesting an iframe hosted by Dropbox (the embedder). Does anyone have any notes about bypassing this issue? Are there CORS settings that I'm neglecting to set up, I'm unsure because every tangentially related issue on Stack Overflow says the problem lies with the sourcec of the iframe. Below is the error message:
A cookie associated with a cross-site resource at https://dropbox.com/ was set without the `SameSite` attribute. A future release of Microsoft Edge will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
Thanks in advance, looking forward to clearing this up! :-)