Implement hashing on website URIs for cached website checks
Hash the Website URLs in the Database for quick test, when the Dashboard and Login related features are disabled.
This feature is necessary to avoid misusage of the database for attack vectors.
This feature should only be enabled when the Dashboard and Login is deactivated via the feature flag (env variable NEXT_PUBLIC_DISABLE_DASHBOARD).
Edited by Alexander Selzer