Disable subreddit stylesheets for old IEs.

Their CSS parsing is so poor that the risk of exploits is much higher.
This commit is contained in:
Neil Williams
2014-04-25 13:53:21 -07:00
parent 1424f2eb50
commit 6e97142cdc

View File

@@ -62,10 +62,12 @@
<%def name="sr_stylesheets()">
%if thing.subreddit_stylesheet_url:
<!--[if gte IE 8]> -->
<link rel="stylesheet"
href="${thing.subreddit_stylesheet_url}"
title="applied_subreddit_stylesheet"
type="text/css">
<!-- <![endif]-->
%endif
</%def>