adoro
adoro copied to clipboard
team2-master root directory
Quite a lot of files in the root directory: -.DS-Store and npm-debug-log can be deleted -favicon could be in an "assets" folder -header and footer could be in a "partials" folder -styling could be included in another folder too if there is to be more extensive styling
@RobStallion really good question(s) here thank you for opening this issue to capture the discussion.
In the first instance we need to re-direct /batman
to /darkknight
so that people searching for /batman
will find his new alias and see his profile. But when he decides to change back, the /darkknight
should re-direct to /batman
...
Similar to how Prince (RIP) rebranded as
"Symbol" (The Artist Formerly Known as Prince) ... https://en.wikipedia.org/wiki/Prince_(musician) and then a few years later changed back to "Prince".
If you search for "symbol musician" Prince' wikipedia comes up.
This is all "fine" for a couple of name/alias changes, but what happens if someone spots this "loophole" decides to programmatically change their name to all top 100k usernames on Twitter and all words in the dictionary, then a person could "own" the redirect for all the usernames and words i.e. every name redirects to "bob".
If we are using this feature in our own app(s) we will need to limit it's use to avoid this "hack".