Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report total length of base64-encoded data #18

Closed
macbre opened this issue Dec 21, 2013 · 2 comments · Fixed by #20
Closed

Report total length of base64-encoded data #18

macbre opened this issue Dec 21, 2013 · 2 comments · Fixed by #20
Assignees
Milestone

Comments

@macbre
Copy link
Owner

macbre commented Dec 21, 2013

  • report base64Length
  • add to offenders base64 data longer than 4 kB (encoded)
@ghost ghost assigned macbre Dec 21, 2013
@macbre
Copy link
Owner Author

macbre commented Dec 21, 2013

@macbre
Copy link
Owner Author

macbre commented Dec 21, 2013

Will emit offenders for base64-encode data bigger than 4 kB:

[
      ".wikia-bar-seasons { background-image: ... } // base64: 5.27 kB, raw: 3.95 kB",
      ".WikiaSeasonsPencilUnit { background-image: ... } // base64: 104.06 kB, raw: 78.04 kB",
      ".WikiaHeader.WikiaSeasonsGlobalHeader .wikia-header-mask { background-image: ... } // base64: 6.01 kB, raw: 4.50 kB"
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant