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
Currently it's very easy to guess URLs of unlisted radio tables which makes this feature useless. :-(
Plan:
Introduce randomly generated unique identifier (not related to numeric incremental ID) for each radio table and persist it alongside other information in database.
Don't use original incremental ID in URLs of unlisted radio tables — throw 404 error exception.
MAYBE don't use original ID at all, for all radio tables — for simpler maintenance and consistency. In this case it's needed to create backwards compatible redirection from old style URL for public radio tables.
Changing URLs of unlisted radiotables must be non backwards compatible (without redirection from old URL) but this may make current users of this feature unhappy. It's needed to talk with users about the problem. Currently there are 163 radio tables in RadioLista and 9 of them have set visibility to unlisted.
The text was updated successfully, but these errors were encountered:
Currently it's very easy to guess URLs of unlisted radio tables which makes this feature useless. :-(
Plan:
Changing URLs of unlisted radiotables must be non backwards compatible (without redirection from old URL) but this may make current users of this feature unhappy. It's needed to talk with users about the problem. Currently there are 163 radio tables in RadioLista and 9 of them have set visibility to unlisted.
The text was updated successfully, but these errors were encountered: