Commit 2e4cd2ba authored by Imre Farkas's avatar Imre Farkas

Remove https from Snowplow Collector URI placeholder

Protocol is configured using the forceSecureTracker option during
tracker initialization which is enforced anyway.
parent f401f3b6
......@@ -9,7 +9,7 @@
Enable Snowplow
.form-group
= f.label :snowplow_collector_uri, 'Collector URI', class: 'label-light'
= f.text_field :snowplow_collector_uri, class: 'form-control', placeholder: 'https://snowplow.example.com'
= f.text_field :snowplow_collector_uri, class: 'form-control', placeholder: 'snowplow.example.com'
.form-group
= f.label :snowplow_site_id, class: 'label-light' do
Site ID
......
---
title: Remove https from Snowplow Collector URI placeholder in Admin Areawq
merge_request: 6886
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment