Nice Try, But..

Allowing all user-supplied URLs without validation is incorrect.
Explanation :
Validating user input and using a whitelist approach for URLs are effective measures to prevent SSRF attacks, ensuring servers do not make unauthorized requests.