mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Update ReCaptcha note + check
This commit is contained in:
@@ -24,8 +24,7 @@ $.fn.focusWithoutScrolling = function () {
|
|||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$.ajaxSetup({ cache: false });
|
$.ajaxSetup({ cache: false });
|
||||||
window.jackettIsLocal = window.location.hostname === 'localhost' ||
|
window.jackettIsLocal = window.location.hostname === '127.0.0.1';
|
||||||
window.location.hostname === '127.0.0.1';
|
|
||||||
|
|
||||||
bindUIButtons();
|
bindUIButtons();
|
||||||
loadJackettSettings();
|
loadJackettSettings();
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
@@ -147,7 +147,7 @@
|
|||||||
|
|
||||||
<script id="setup-item-nonlocalrecaptcha" type="text/x-handlebars-template">
|
<script id="setup-item-nonlocalrecaptcha" type="text/x-handlebars-template">
|
||||||
<div class="setup-item-recaptcha">
|
<div class="setup-item-recaptcha">
|
||||||
<p>This site requires you to enter a ReCaptcha however this only works when accessing Jackett via localhost or 127.0.0.1. If you cannot access Jackett using that hostname then alternatively you can enter the cookie for the site manually. <a href="https://github.com/zone117x/Jackett/wiki/Finding-cookies" target="_blank">See here</a> on how get the cookies.</p>
|
<p>This site requires you to enter a ReCaptcha however this only works when accessing Jackett via 127.0.0.1 (localhost doesn't work). If you cannot access Jackett using that hostname then alternatively you can enter the cookie for the site manually. <a href="https://github.com/zone117x/Jackett/wiki/Finding-cookies" target="_blank">See here</a> on how get the cookies.</p>
|
||||||
<div class="setup-item-label">Full cookie header</div>
|
<div class="setup-item-label">Full cookie header</div>
|
||||||
<input class="form-control" type="text" value="" />
|
<input class="form-control" type="text" value="" />
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user