You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I stumbled upon some odd URL behavior while creating a set: I realized that currently FromThePage seems to ignore the account with which a set is associated (i.e. the account that creates the set) when it comes to creating URLs.
Though I think it's unlikely, this does have potential for being used to mislead people about the origin of projects and sets. It also has implications for SEO, should people start to tinker with the project name part of the path and spread the links around.
Perhaps most importantly, it prevents the creation of sets with the same name across top-level projects.
The text was updated successfully, but these errors were encountered:
That's a good find. Unfortunately, after we fix this, the friendly_id gem we use for generating slugs will probably continue to force site-wide uniqueness of project URLs unless we do some frightful hacking.
I stumbled upon some odd URL behavior while creating a set: I realized that currently FromThePage seems to ignore the account with which a set is associated (i.e. the account that creates the set) when it comes to creating URLs.
You can see this here:
Though I think it's unlikely, this does have potential for being used to mislead people about the origin of projects and sets. It also has implications for SEO, should people start to tinker with the project name part of the path and spread the links around.
Perhaps most importantly, it prevents the creation of sets with the same name across top-level projects.
The text was updated successfully, but these errors were encountered: