Mathieu Pillard
Mathieu Pillard
The duplicate activity log on login is caused by the fact that we send the `user_logged_in` signal at login, but so does django. I'll investigate why we do that and...
I created a different bug for the login twice issue (https://github.com/mozilla/addons/issues/8859), this one will be only about the restriction history/restricted activity log being logged multiple times.
> We need to double-check addons-frontend and addons-server do the right thing and add it to `Vary` in their responses when they use it, though, and of course test that...
I changed addons-frontend to return `Vary: Accept-Language` even when it wasn't present in the request, but that doesn't seem to be enough. If I proceed as planned and remove `Accept-Language`...
We'll revisit this once we're on a new CDN.
The whole "default to compatible, ignore the max version" is something that was introduced way back in Firefox 4 for XUL extensions, because at the time they needed to explicitly...
In https://github.com/mozilla/addons/issues/14804 some of that logic around `min` was removed since the minimum version of Firefox we supported was bumped to 58. We continue to silently correct `max` however.
@iulianacse Unlisted versions need to be looked at individually. You should be able to confirm approval, approve or reject those other versions explicitly, which would clear the flag for them...
I think that's because it doesn't make sense to reject already approved unlisted versions: if the version is problematic, the idea was that they should be blocked instead. @wagnerand to...
> @diox: is name not something we should rely on? Or is it just undocumentated by mistake? It's somewhat reliable. The issue is that it's currently a bit wonky with...