small fix on unrestrictable links
This commit is contained in:
@@ -78,6 +78,7 @@ func HandleGetRequest(w http.ResponseWriter, r *http.Request, t *torrent.Torrent
|
||||
t.HideTheFile(torrent, file)
|
||||
}
|
||||
http.Redirect(w, r, "https://send.nukes.wtf/tDeTd0", http.StatusFound)
|
||||
return
|
||||
} else if resp.Filename != filenameV2 {
|
||||
actualExt := filepath.Ext(resp.Filename)
|
||||
expectedExt := filepath.Ext(filenameV2)
|
||||
|
||||
Reference in New Issue
Block a user