d156c81 Change the way we sanitize the blamed view

Authored and Committed by pingou 4 years ago
    Change the way we sanitize the blamed view
    
    We used to sanitize the entire content of the filter blame_loc which
    builds the html table with the git blame view.
    This sanitization removes all src in img tag that do not point to this
    pagure instance, in other words, it removes all the avatars making the
    page not really nice to see.
    
    In this commit, we clean each line in the file that is being blamed
    while building the html table instead of cleaning the entire table at
    once.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+1 -1
file modified
+1 -1