Skip to content
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

Add forceHTTPS in case of mobile where we are in file protocole #44

Open
wants to merge 11 commits into
base: master
from

Call the function

  • Loading branch information
odaumas committed Sep 19, 2016
commit b73e397a46dc2b24110c5e8e2102386128a19e6e
@@ -67,7 +67,7 @@
function setInputUrl(tracker) {

if(tracker.useDomainProxy == true){
tracker.inputUrl = LOGGLY_INPUT_PREFIX
tracker.inputUrl = getInputPrefix(tracker)
+ window.location.host
+ '/'
+ LOGGLY_PROXY_DOMAIN
@@ -77,7 +77,7 @@
+ tracker.tag;
}
else{
tracker.inputUrl = LOGGLY_INPUT_PREFIX
tracker.inputUrl = getInputPrefix(tracker)
+ (tracker.logglyCollectorDomain || LOGGLY_COLLECTOR_DOMAIN)
+ '/inputs/'
+ tracker.key
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.