Mel

Results 45 issues of Mel

As suggested here: https://bugzilla.mozilla.org/show_bug.cgi?id=1898616 We should probably have this [link](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/) somewhere on our site. Possibly the footer, but if that is too crowded then the releases page will do.

enhancement

Render out a site map during build to help search crawlers. Here's some documentation for reference: https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap

enhancement

Requires #29 We should add an option for preview.py to generate the notes using the rss feed template: https://github.com/thunderbird/thunderbird-website/blob/master/sites/www.thunderbird.net/includes/release-notes-feed.html We can then adjust this script's subprocess call to use our...

enhancement

Instead of pulling the template over the internet, we should just pull down the entire repo and use the template. This will just be a simple clone instruction, and the...

enhancement

Needs testing on stage, but fxa has some legacy handling for redirect_url (or maybe with just a missing redirect_uri param) that sends the user to ATN or AMO depending on...

Minimum we'll need to each SeaMonkey addon file, and the metadata available from the api. We can dump it on https://github.com/thunderbird/atn-archive

submit_file seems to occasionally deadlock. We should look into pulling https://github.com/mozilla/addons-server/pull/10573 from upstream.

backport

Additional thread for the next persona delete-a-thon. Previous: https://github.com/thunderbird/addons-server/issues/284 At some point the celery workers just stopped running. And now we have some addons of the persona type without the...

For web users we should hide addons that aren't compatible with ESR or higher by default. Obviously this shouldn't affect any in-client viewing, so older clients can still view older...

enhancement

This will affect all GET/HEAD requests even api calls. I'm not sure if that's something we majorly care about though. In private browser on my dev environment, not being logged...