diff --git a/data/data.min.json b/data/data.min.json index b553901..6397050 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -273,7 +273,8 @@ "pageid", "padding", "ls_ref", - "action_history" + "action_history", + "fbid" ], "rawRules": [], "exceptions": [ @@ -291,7 +292,8 @@ "rules": [ "(ref_?)?src", "s", - "cn" + "cn", + "ref_url" ], "rawRules": [], "exceptions": [], @@ -719,7 +721,9 @@ "ref" ], "rawRules": [], - "exceptions": [], + "exceptions": [ + ".*(comment-cdn\\.9gag\\.com).*(\\/comment-list.json\\?).*" + ], "redirections": [], "forceRedirection": false }, @@ -793,6 +797,17 @@ "exceptions": [], "redirections": [], "forceRedirection": false + }, + "curseforge.com": { + "urlPattern": "https?:\\/\\/([a-zA-Z0-9-]*\\.)?(curseforge\\.com).*", + "completeProvider": false, + "rules": [], + "rawRules": [], + "exceptions": [], + "redirections": [ + ".*curseforge\\.com\\/linkout\\?remoteUrl=([^&]*)" + ], + "forceRedirection": false } } }