bug: https://bugs.winehq.org/show_bug.cgi?id=28159
bug-debian: https://bugs.debian.org/845334
Gbp-Pq: Topic disable
Gbp-Pq: Name file-associations.patch
static BOOL is_extension_banned(LPCWSTR extension)
{
+ /* Ban all file type associations since most people don't want wine intefering with their preferences */
+ return TRUE;
+
/* These are managed through external tools like wine.desktop, to evade malware created file type associations */
if (!wcsicmp(extension, L".com") ||
!wcsicmp(extension, L".exe") ||