Skip to content

Piwik url with protocol in config value

Matthias Käppler requested to merge github/fork/isserrano/master into master

Created by: isserrano

When having a full url with the protocol in the gitlab.yml file the javascript injected won't work.

This fix will make the config file values be like:

piwik_url: "https://piwiklocation.com/piwik" piwik_site_id: "7"

Merge request reports