add amazon to extconfpatches

This commit is contained in:
Tamius Han 2026-01-28 02:05:11 +01:00
parent fd7b5ec04e
commit a0d599ce2f

View File

@ -479,6 +479,13 @@ const ExtensionConfPatch = Object.freeze([
} }
} }
} }
}, {
forVersion: '6.3.998',
updateFn: (userOptions: SettingsInterface, defaultOptions: SettingsInterface, logger?) => {
if (!userOptions.sites["www.amazon.com"]) {
userOptions.sites["www.amazon.com"] = _cp(defaultOptions.sites["www.amazon.com"] );
}
}
} }
]); ]);