Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Don't limit the public suffix list
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Aug 12, 2014
1 parent 7865999 commit d14612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregate/analysis.sh
Expand Up @@ -62,7 +62,7 @@ def nullFalllbackEmptyObject:
def mangleUrl:
{
domains: .domain.value | keyCounterObjectTopOneHundred | keyCounterObjectMinimumTwo | nullFalllbackEmptyObject | keyCounterObjectSortByValueDesc | nullFalllbackEmptyObject,
"public-suffices": .domain."public-suffices" | keyCounterObjectTopTen | nullFalllbackEmptyObject,
"public-suffices": .domain."public-suffices" | nullFalllbackEmptyObject,
};
def mangleBlocks:
Expand Down

0 comments on commit d14612e

Please sign in to comment.