File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,14 +50,19 @@ export default {
5050 {
5151 source : '/invites/ama' ,
5252 destination :
53- 'https://discord.com/oauth2/authorize?client_id=1427232824854970409&permissions=274878024704&scope=applications.commands%20bot' ,
54- permanent : true ,
53+ 'https://discord.com/oauth2/authorize?client_id=872022469081448489&permissions=274878024704&scope=applications.commands%20bot' ,
54+ // Deliberately a 302, unlike every other redirect here: this one's destination just changed from
55+ // the canary application to the public one, and the previous 301 is cached in the browser of
56+ // anyone who used it during the canary window. Keeping it non-permanent means a further change
57+ // (or the eventual flip back to `true`) actually reaches those users. Restore `permanent: true`
58+ // once the canary application is retired -- see docs/prod-branch.md.
59+ permanent : false ,
5560 } ,
5661 {
5762 source : '/invites/modmail' ,
5863 destination :
59- 'https://discord.com/oauth2/authorize?client_id=1530137759304515647 &permissions=360777370624&scope=applications.commands%20bot' ,
60- permanent : true ,
64+ 'https://discord.com/oauth2/authorize?client_id=981971797480210523 &permissions=360777370624&scope=applications.commands%20bot' ,
65+ permanent : false ,
6166 } ,
6267 {
6368 source : '/kofi' ,
You can’t perform that action at this time.
0 commit comments