Skip to content
New issue

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

Image Flags - Security Certificate Report over https #27

Open
cristianizzo opened this issue Apr 23, 2018 · 4 comments
Open

Image Flags - Security Certificate Report over https #27

cristianizzo opened this issue Apr 23, 2018 · 4 comments

Comments

@cristianizzo
Copy link

Please could you replace the cloudinary url from

src="https://res.cloudinary.com/dvbuhh0bl/image/upload/v1495279723/flags_boi3c5.png"
to
src="//res.cloudinary.com/dvbuhh0bl/image/upload/v1495279723/flags_boi3c5.png"

it will fix the issue.

@datcuemil
Copy link

I agree. it would be useful for that to be implemented. if the pull request is not accepted, i will fork the repo and do it myself :D

@hatemalhassani
Copy link

in our website we have Content Security Policy (CSP) header not allowed to load external files, could you please make it as local file.

@datcuemil
Copy link

@hatemalhassani I don't think there's anybody taking care of this repo. Best chance you have is to do like myself, fork it and do the changes you need.

@oleksandrsamoienko
Copy link

Workaround:

Add to your component css:

int-phone-prefix/deep/ .flag {
background: url('https://res.cloudinary.com/dvbuhh0bl/image/upload/v1495279723/flags_boi3c5.png') no-repeat;
}

int-phone-prefix/deep/ .defaultCountry {
background: url('https://res.cloudinary.com/dvbuhh0bl/image/upload/c_scale,h_15,w_15/v1495279723/default_tmey2r.png') no-repeat;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants