DFC FastDD link not working due to Cross site Flags

Go to Chrome URL type in
chorme://flags

then in the page that appears type in the search box:
same site

The disable the same site by cookies settings.

As of Chrome browser build 91 the samesite cookie flag has been removed from the browser.

For these versions of browser you must start the desktop shortcut using a command line option in the target field.

Locate the Chrome desktop shortcut,
right click on it,
choose properties,

In the “Target” field go to the end of the location entered,
click into the field press space and then paste in
-disable-features=SameSiteByDefaultCookies,CookiesWithoutSameSiteMustBeSecure
click on apply to save (must have administrator permissions to save the change).
for example:
“C:\Program Files\Google\Chrome\Application\chrome.exe” -disable-features=SameSiteByDefaultCookies,CookiesWithoutSameSiteMustBeSecure