Skip to content

andychase/reddit-cssfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddit-cssfilter

Build Status

cssfilter.py extracted from reddit's source code.

This library allows you to filter "unsafe" css from your users.

This library requires attribution!:

When using this library, reddit requires you to put the following information in the splash or the "about" section of your application.

EXHIBIT B. Attribution Information

Attribution Copyright Notice: Copyright (c) 2006-2015 reddit Inc. All Rights Reserved.

Attribution Phrase (not exceeding 10 words): Powered by reddit

Attribution URL: http://code.reddit.com

Graphic Image as provided in the Covered Code: http://code.reddit.com/reddit_logo.png

Info

Parse and validate a safe subset of CSS.

The goal of this validation is not to ensure functionally correct stylesheets but rather that the stylesheet is safe to show to downstream users. This includes:

  • not generating requests to third party hosts (information leak)
  • xss via strange syntax in buggy browsers

Beyond that, every effort is made to allow the full gamut of modern CSS.

Installation

pip install reddit-cssfilter

How to use

import reddit_cssfilter.cssfilter
cssfilter.validate_css(stylesheet, images)

Licence

Copyright (c) 2006-2015 reddit Inc. All Rights Reserved.

Common Public Attribution License Version 1.0 (CPAL)

The full license is available here: reddit Inc. Common Public Attribution License Version 1.0 (CPAL).

About

(Forked from reddit) Parse and validate a safe subset of CSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages