Change pick up the stragglers late to the more security party.

This commit is contained in:
JackDandy 2018-04-03 00:05:13 +01:00
parent dfdc5caec4
commit 7041713650
4 changed files with 4 additions and 1 deletions

View file

@ -30,6 +30,7 @@
* Update xmltodict library 0.10.2 (375d3a6) to 0.11.0 (79ac9a4)
[develop changelog]
* Change pick up the stragglers late to the more security party
### 0.15.3 (2018-03-28 16:55:00 UTC)

View file

@ -827,6 +827,7 @@ $(document).ready(function(){
return
}
$.post(sbRoot + '/home/save_show_email', {
_xsrf: Cookies.get('_xsrf'),
show: show,
emails: $('#show-email-list').val()},
function (data){

View file

@ -130,6 +130,7 @@ $(document).ready(function () {
$.SickGear.history.lastDeleteRecords = deleteRecords ? checked : '';
$.post($.SickGear.Root + '/history/watched',
{
_xsrf: Cookies.get('_xsrf'),
tvew_id: delArr.join('|'),
files: (deleteFiles ? '1' : ''),
records: (deleteRecords ? '1' : '')

View file

@ -250,7 +250,7 @@ def makeTorrentRssProvider(configString):
def getDefaultNewznabProviders():
return '!!!'.join(['Sick Beard Index|http://lolo.sickbeard.com/|0|5030,5040|0|eponly|0|0|0',
return '!!!'.join(['Sick Beard Index|https://lolo.sickbeard.com/|0|5030,5040|0|eponly|0|0|0',
'NZBgeek|https://api.nzbgeek.info/||5030,5040|0|eponly|0|0|0',
'NZBs.org|https://nzbs.org/||5030,5040|0|eponly|0|0|0',
'DrunkenSlug|https://api.drunkenslug.com/||5030,5040|0|eponly|0|0|0',