From 6e97142cdcd7eeb179918c28075ae2525645b46e Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 25 Apr 2014 13:53:21 -0700 Subject: [PATCH] Disable subreddit stylesheets for old IEs. Their CSS parsing is so poor that the risk of exploits is much higher. --- r2/r2/templates/reddit.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/r2/r2/templates/reddit.html b/r2/r2/templates/reddit.html index d6857a5a3..db19d502c 100644 --- a/r2/r2/templates/reddit.html +++ b/r2/r2/templates/reddit.html @@ -62,10 +62,12 @@ <%def name="sr_stylesheets()"> %if thing.subreddit_stylesheet_url: + + %endif