We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is good practice to protect Redis with authentication. For defense in depth to protect against exploits of SSRF for instance.
Some places does not support the environment variable REDIS_URL, which otherwise could be used to supply a Redis connection string with a password.
REDIS_URL
webwhiz/src/crawler.main.ts
Line 92 in d1cc667
webwhiz/workers/worker.py
Line 31 in d1cc667
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is good practice to protect Redis with authentication. For defense in depth to protect against exploits of SSRF for instance.
Some places does not support the environment variable
REDIS_URL
, which otherwise could be used to supply a Redis connection string with a password.webwhiz/src/crawler.main.ts
Line 92 in d1cc667
webwhiz/workers/worker.py
Line 31 in d1cc667
The text was updated successfully, but these errors were encountered: