@KyferEz:
I recently used a guilde to setup Squid3, Dansguardian, and HAVP. It's working well, except I am having trouble with it blocking Netflix on Android.
I ran into an issue with Netflix not working on Android during one of my many, many iterations of trying to get a stable pfsense+squid+dansguardian config. It may be the same issue that you're having. I think it was related to the flawed dansguardian package that was available via the pfsense webconfigurator. I think it was Marcello's build of the dansguardian binary that fixed it (among other problems). I've gone around and around with pfsense+squid+dansguardian, though so my memory could be faulty on the exact cause/solution, however.
At any rate, the setup that seems to give me the best stability so far is:
pfsense (I'm currently at 2.1.2, FWIW)
Squid3-dev (I'm at 3.3.10 pkg 2.2.2)
Dansguardian (I used 2.12.0.3_2 pkg v.0.1.8 and then updated the dansguardian binary with Marcellos' build)
These threads have some info:
https://forum.pfsense.org/index.php?topic=58442.0
https://forum.pfsense.org/index.php?topic=43786.0
This is my version of the fix, which seems to be somewhat different from some of the others' versions. Note, this is for 64-bit, NOT 32-bit systems:
killall dansguardian
rm -rf /usr/local/etc/dansguardian
ln -s /usr/pbi/dansguardian-amd64/etc/dansguardian /usr/local/etc/dansguardian
cd /usr/pbi/dansguardian-amd64/sbin
fetch http://e-sac.siteseguro.ws/pfsense/8/amd64/dansguardian
/usr/local/etc/rc.d/dansguardian.sh start
Read the above threads for more context and for the variation that others have been using, though.
Hopefully, this will get you moving again. Unfortunately, I'm unable to give you any more details right now and won't be monitoring the forums for at least several days. I think the fix for you is probably going to be replacing the dansguardian binary with Marcello's version, though.
Good luck!