What's Changed
Removing enableBackgroundCallsAuthentication config option as it was broken, and probably not doing anything for us
Update electron to 33.4.1
Add website next to PWA in the bug template
Adding permissionCheckHandler config option to verify if 3rd party cookies are affecting token refreshing. Default allowed domains/permissions are:
allowedDomains : [ 'microsoft.com', 'microsoftonline.com', 'teams.skype.com', 'teams.microsoft.com', 'sfbassets.com','skypeforbusiness.com'], allowedPermissions: [ 'background-sync', 'notifications', 'media', 'speaker-selection']
Fixes #1573
Trying to fix #1357 (but I don't think it fully works... but worth a try I guess)
Full Changelog: v1.12.7...v1.12.8