diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8772e765..e4999781 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -33,6 +33,10 @@ +

Fixed

+
diff --git a/pages/welcome/welcome.html b/pages/welcome/welcome.html index a40ca815..462ab841 100644 --- a/pages/welcome/welcome.html +++ b/pages/welcome/welcome.html @@ -9,7 +9,6 @@ - @@ -18,7 +17,7 @@

What is LocalCDN?

LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use one of our testing utilities to find out if you are properly protected. For a good start there is a short tutorial and our Wiki pages. LocalCDN supports more than 100 Libraries and 26 CDNs!

-

Non-Firefox browsers do not support all features of LocalCDN. Read more

+
diff --git a/pages/welcome/welcome.js b/pages/welcome/welcome.js index c7cfa125..4da70e3a 100644 --- a/pages/welcome/welcome.js +++ b/pages/welcome/welcome.js @@ -27,7 +27,7 @@ var welcome = {}; */ welcome._onDocumentLoaded = function () { - if (!BrowserType.FIREFOX) { + if (!window.location.href.startsWith('moz-extension')) { document.getElementById('chromium-banner').style.display = 'block'; } document.getElementById('open-settings').addEventListener('mouseup', function () { chrome.runtime.openOptionsPage(); });