Skip to content
Snippets Groups Projects
Commit 1852571a authored by Mahamadasif Ansari's avatar Mahamadasif Ansari
Browse files

[FIX] web_unsplash: accept premium image URL

"ERROR: Unknown Unsplash URL!" is generated when we try to add premium
Unsplash images. This is because when we add the unsplash image, it accepts the
image whose URL starts with "https://images.unsplash.com/" but the premium
image URL starts with "https://plus.unsplash.com/

".

This commit solves the above issue by checking that the premium splash
image link starts with the correct format.

sentry-4075507166

closes odoo/odoo#118147

Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent c06f88c2
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment