Merge remote-tracking branch 'upstream/master' into feature_filter

This commit is contained in:
Mike Schwörer 2016-12-21 20:17:53 +01:00
commit f44171c005
No known key found for this signature in database
GPG key ID: D3C7172E0A70F8CF
22 changed files with 9087 additions and 131 deletions

View file

@ -82,6 +82,7 @@ const Categories = [
"XOR Brute Force",
"Vigenère Encode",
"Vigenère Decode",
"Substitute",
"Derive PBKDF2 key",
"Derive EVP key",
]
@ -190,6 +191,8 @@ const Categories = [
"Extract file paths",
"Extract dates",
"Regular expression",
"XPath expression",
"CSS selector",
]
},
{
@ -242,6 +245,8 @@ const Categories = [
"SQL Minify",
"CSS Beautify",
"CSS Minify",
"XPath expression",
"CSS selector",
"Strip HTML tags",
"Diff",
]