Fixed the slowness issue with topsites, when adblock was enabled. In that case, the generated screenshot data: URI (which is basically the screenshot raw data encoded as base64) was matched against the rules in adblock, which was obviously very slow.
For security reasons, file:/// URL couldn't be accessed from topsites. Fixed as well.