Posting an example on what I did in lieu of a standard-ish way to modify Mastodon code that could be updated and removed on any updates. I created a super simple “me.html” page with a redirect to the Mastodon URL on the /public root path of the Mastodon instance in linux like this <!DOCTYPE html> <html> <head> <title>Owner Validation Page</title> </head> <body>...