diff --git a/src/Jackett/Content/custom.js b/src/Jackett/Content/custom.js index 25929eb6d..32cd04be6 100644 --- a/src/Jackett/Content/custom.js +++ b/src/Jackett/Content/custom.js @@ -24,7 +24,8 @@ $.fn.focusWithoutScrolling = function () { $(document).ready(function () { $.ajaxSetup({ cache: false }); - window.jackettIsLocal = window.location.hostname === '127.0.0.1'; + //window.jackettIsLocal = window.location.hostname === '127.0.0.1'; + window.jackettIsLocal = false; // reCaptcha can't be solved via 127.0.0.1 anymore. This loophold was fixed by google around 2.10.2017 Handlebars.registerHelper('if_eq', function(a, b, opts) { if (a == b) diff --git a/src/Jackett/Content/index.html b/src/Jackett/Content/index.html index 4f19b60cf..4ed7113f2 100644 --- a/src/Jackett/Content/index.html +++ b/src/Jackett/Content/index.html @@ -154,7 +154,7 @@ - +