-
Notifications
You must be signed in to change notification settings - Fork 34
Get rid of usrz/bootstrap-languages dependency #246
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
Comments
Because of using external service, integration tests fail when they're running offline. |
Now I have a better idea -- don't use it at all :) We need only 2 tiny images with country flags and that's all. We can even embed these images in the page sources and don't load 2 external files (css/image). |
It turned out that loading of the https://cdn.rawgit.com/usrz/bootstrap-languages/3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.png leads to a redirect to |
Don't forget to update CSP rules that were added in 4d0922e |
rawgit.com is End Of Life and should be replaced. |
We can temporary move to jsdelivr: https://www.jsdelivr.com/rawgit |
Done in 4cfa56e commit. |
Perhaps, we can take flags from https://www.gosquared.com/resources/flag-icons/ |
Right now we're using
usrz/bootstrap-languages
from http://rawgit.com but we need to have it as a WebJar (especially as classic webjar, see webjars/webjars#1185).Tech debt for e567018 (#216)
The text was updated successfully, but these errors were encountered: