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
Inspired by https://spring.io/blog/2019/06/10/announcing-nohttp I'd like to use HTTPS instead of HTTP for Thymeleaf URLs.
I see that documentation have examples with http:
xmlns:th="http://www.thymeleaf.org"
Here is the question: can I simply replace http by https in the xmlns? And if yes, should we update documentation to use https URLs in examples?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Inspired by https://spring.io/blog/2019/06/10/announcing-nohttp I'd like to use HTTPS instead of HTTP for Thymeleaf URLs.
I see that documentation have examples with http:
Here is the question: can I simply replace http by https in the xmlns? And if yes, should we update documentation to use https URLs in examples?
The text was updated successfully, but these errors were encountered: