mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user