We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fabea commit 470393aCopy full SHA for 470393a
src/Resources/views/storefront/layout/meta.html.twig
@@ -4,6 +4,6 @@
4
{{ parent() }}
5
6
{% if not config('TinectMatomo.config.activateProxyTracking') %}
7
- <link rel="preconnect" crossorigin href="//{{ config("TinectMatomo.config.matomoserver") }}">
+ <link rel="preconnect" crossorigin href="{{ config("TinectMatomo.config.matomoserver") }}">
8
{% endif %}
9
{% endblock %}
0 commit comments