mattia / pagure

Forked from pagure 3 years ago
Clone

e28e4b1 star repo: Check for url safety only when referrer is there

3 files Authored by vivekanand1101 6 years ago, Committed by pingou 6 years ago,
    star repo: Check for url safety only when referrer is there
    
    While testing, the referrer is not there and pagure.is_safe_url
    return True in case the referrer is not there. Thus, it used to
    give 404s instead of returning to index
    
    Signed-off-by: Vivek Anand <vivekanand1101@gmail.com>
    
        
file modified
+3 -1