Search found 4 matches

by cristeanhe2017
Mon May 08, 2017 9:41 am
Forum: Report incorrectly removed content
Topic: codepen.io
Replies: 6
Views: 994

Re: Pdf blob URLs being blocked

That looks brilliant.

Could you also add hardingevans.com and hevans.com as domains?

The websites I have mentioned are: the former, our own public domain on which we deployed a closed testing document service to our clients, the latter is our own internal domain for testing
by cristeanhe2017
Mon May 08, 2017 9:19 am
Forum: Report incorrectly removed content
Topic: codepen.io
Replies: 6
Views: 994

Re: Pdf blob URLs being blocked

I think I have found the rule blocking the blobs.
Image

EDIT: I have posted a previous reply with this link https://codepen.io/anon/pen/GmOazv for testing but I cannot see it posted. Anyway use this link for testing.
by cristeanhe2017
Mon May 08, 2017 8:54 am
Forum: Report incorrectly removed content
Topic: codepen.io
Replies: 6
Views: 994

Re: Pdf blob URLs being blocked

This is a pen that replicates the issue : https://codepen.io/anon/pen/GmOazv Adblock for Chrome latests version (Version: 3.10.0). Filters used: Adblock Custom Filters and EasyList But disabling Easylist seems to work, therefore I am guessing is something to do with this list. Please let me know if ...
by cristeanhe2017
Mon May 08, 2017 8:14 am
Forum: Report incorrectly removed content
Topic: codepen.io
Replies: 6
Views: 994

codepen.io

Hi everyone, I am working on a website which uses objectURL to display pdf blobs. The way it works is it opens a new tab before getting the file (ajax), and as soon as the file is received, it generates an objectURL and sets the href of the new tab to that objectURL. The problem I am facing is Adblo...