internet without cookies or javascript or flashplayer
internet without cookies or javascript or flashplayer
hi all
as an experiment I am going to try using the internet without flashplayer, cookies blocked and javascript turned off in the browser
the first problem I have found is finding a free email provider that will work without javascript or cookies
I tried setting one up myself using a server that would also act as a email server but no emails could be sent to any of the major email providers, they just returned them without reason.
I have found a provider that will work but it displays adds on their free accounts (and I dont want to use adblocker in case they can track its signiture)
any ideas?
don
as an experiment I am going to try using the internet without flashplayer, cookies blocked and javascript turned off in the browser
the first problem I have found is finding a free email provider that will work without javascript or cookies
I tried setting one up myself using a server that would also act as a email server but no emails could be sent to any of the major email providers, they just returned them without reason.
I have found a provider that will work but it displays adds on their free accounts (and I dont want to use adblocker in case they can track its signiture)
any ideas?
don
Is that webmail or pop3 or imap4 you talk about?the first problem I have found is finding a free email provider that will work without javascript or cookies
Fastmail.fm ? owned by Opera browser company now. Do them need such too?
https://www.fastmail.fm/
what browser did you use for this test?
I use Google Search on Puppy Forum
not an ideal solution though
not an ideal solution though
Re: internet without cookies or javascript or flashplayer
Make sure you have your reverse DNS set up properly. Most mail servers these days will reject a mail from an IP address that doesn't have a proper reverse DNS - for good reason.Stripe wrote:I tried setting one up myself using a server that would also act as a email server but no emails could be sent to any of the major email providers, they just returned them without reason.
I have found a provider that will work but it displays adds on their free accounts (and I dont want to use adblocker in case they can track its signiture)

As nooby said above - may be you're looking for POP3 or IMAP servers? Gmail (if you're not allergic to Google) has POP3/IMAP, gmx.de has POP3, and fastmail.com as mentioned by nooby also has IMAP. But I bet that all of them will have ads appended to the emails.
cheers!
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]
I dumped Phlashplayer a year or so ago, and really haven't missed it.
Surprised that, by implication, you've been running without cookies being blocked!
JavaScript seems a bit more difficult. Safe-mail.net used to offer free email accounts, without advertisements appended, which did not require JS - might be worth asking them. (They purport to be strong on security, so if they no longer do this that would seem to be a retrograde step).
Surprised that, by implication, you've been running without cookies being blocked!
JavaScript seems a bit more difficult. Safe-mail.net used to offer free email accounts, without advertisements appended, which did not require JS - might be worth asking them. (They purport to be strong on security, so if they no longer do this that would seem to be a retrograde step).
hi all
nooby I have gone with fastnet as I can access my emails without javascript or cookies, (but i needed another email address to activate the account) I am using seamonkey in slacko beta 2.
janesbond I was using smeserver via dyndns so that I could receive incoming traffic
dogle I normaly run accept cookies for session only so a restart of the browser clears all cookies, as well as better privacy for the flashplayer/lso cookies.
internet radio plays great, now I have two options for video, either to download them to hard drive using a seamonkey addon or see if vlc will stream them (I think it can play swf files)
cheers
stripe
nooby I have gone with fastnet as I can access my emails without javascript or cookies, (but i needed another email address to activate the account) I am using seamonkey in slacko beta 2.
janesbond I was using smeserver via dyndns so that I could receive incoming traffic
dogle I normaly run accept cookies for session only so a restart of the browser clears all cookies, as well as better privacy for the flashplayer/lso cookies.
internet radio plays great, now I have two options for video, either to download them to hard drive using a seamonkey addon or see if vlc will stream them (I think it can play swf files)
cheers
stripe
Don,
There is a rule that a directory cannot hold a file and a directory of the same name. I'll explain in a bit how I've used this in the past.
Years ago, I found that some sites require cookies for this reason disabling cookies was inconvenient.
My experience comes from Netscape, but the same principles should hold true with today's Mozilla.
1) a directory cannot hold data as a file can, for example a directory called cookies.sqlite cannot hold data
2) data cannot be added to a read only file. You can set your Linux files read only with the chattr command.
A directory called cookies.sqlite would prevent the creation of a file called cookies.sqlite.
It seems to me that if the cookie permissions are set, a web site cannot tell that it is not successfully writing cookies. I think this is because it is reading and writing from cache.
I suggest you can use the information in this post to experiment and see if you can function as if cookies are enabled, yet have no cookies.
If it works, please write back, because I image others would be interested.
Bruce
There is a rule that a directory cannot hold a file and a directory of the same name. I'll explain in a bit how I've used this in the past.
Years ago, I found that some sites require cookies for this reason disabling cookies was inconvenient.
My experience comes from Netscape, but the same principles should hold true with today's Mozilla.
1) a directory cannot hold data as a file can, for example a directory called cookies.sqlite cannot hold data
2) data cannot be added to a read only file. You can set your Linux files read only with the chattr command.
A directory called cookies.sqlite would prevent the creation of a file called cookies.sqlite.
It seems to me that if the cookie permissions are set, a web site cannot tell that it is not successfully writing cookies. I think this is because it is reading and writing from cache.
I suggest you can use the information in this post to experiment and see if you can function as if cookies are enabled, yet have no cookies.
If it works, please write back, because I image others would be interested.
Bruce
Yes please tell us if it worked. Very interesting.A directory called cookies.sqlite would prevent the creation of a file called cookies.sqlite.
It seems to me that if the cookie permissions are set, a web site cannot tell that it is not successfully writing cookies. I think this is because it is reading and writing from cache.
I suggest you can use the information in this post to experiment and see if you can function as if cookies are enabled, yet have no cookies.
If it works, please write back, because I image others would be interested.
Ooops forgot to ask. What about that HTML5 everybody talks about as
the solution to all the vulnerability and dependency on Adobe Flashplayer.
Them said html5 is the solution. is that still not available then?
Edit I have a vague memory that latest version of Chrome/Chromium does have HTML5 and maybe SeaMonkey? Not sure at all. Google knows?
Last edited by nooby on Tue 13 Sep 2011, 10:28, edited 2 times in total.
I use Google Search on Puppy Forum
not an ideal solution though
not an ideal solution though
hi all
update: after trying bruces tip (thanks bruce) of replacing the file cookies.sqlite with a directory of the same name, when the browser was run it created a new file named cookies.sqlite and renamed the directory cookies.sqlite.bak (I think)
I am going to try altering the permissions next
cheers
don
update: after trying bruces tip (thanks bruce) of replacing the file cookies.sqlite with a directory of the same name, when the browser was run it created a new file named cookies.sqlite and renamed the directory cookies.sqlite.bak (I think)
I am going to try altering the permissions next
cheers
don
Neither of Bruce's ideas work. chattr only locks in permissions, so the file will still be written to in root. I tried providing a dir of the same name and running dillo; it went crazy and didn't load. Best idea I've come up with is to create a backup which gets automatically restored if any changes are made. If I want the changes, I just create a new backup before closing out.
An alternative to making a directory called "cookies.sqlite", which seems to work as suggested, would be to replace the regular file cookies.lite with a symbolic link called cookies.lite pointing to /dev/null:
The same kind of 'trick' is commonly used to send log file messages to /dev/null
For example:
Code: Select all
ln -s /dev/null cookies.sqlite
For example:
Code: Select all
ln -s /dev/null /var/log/messages
github mcewanw
interesting idea...and kind of works. I tried, again with dillo, and it kept attempting to write the same cookie about a hundred times (loop).mcewanw wrote:An alternative to making a directory called "cookies.sqlite", which seems to work as suggested, would be to replace the regular file cookies.lite with a symbolic link called cookies.lite pointing to /dev/null:
this is my hack for that problem use this to clean up the extra files from browsers wasting space and memory
*all those files get rebuilt again anyway when you restart the browser
run the free command before and after to see the savings
Joe
*all those files get rebuilt again anyway when you restart the browser
run the free command before and after to see the savings
Joe
Code: Select all
#!/bin/bash
# clean-browser-junk
# cleans firefox and seamonkey browser junk and frees memory also
# Joe Arose ..big_bass
rm -f /root/.mozilla/firefox/*.default/Cache/*
rm -f /root/.mozilla/firefox/*.default/cookies.sqlite
rm -f /root/.mozilla/firefox/*.default/cookies.sqlite-journal
rm -f /root/.mozilla/firefox/*.default/places.sqlite-journal
rm -f /root/.mozilla/firefox/*.default/sessionstore.js
rm -f /root/.mozilla/firefox/*.default/places.sqlite
# do the same for seamonkey
rm -f /root/.mozilla/seamonkey/*.default/Cache/*
rm -f /root/.mozilla/seamonkey/*.default/cookies.sqlite
rm -f /root/.mozilla/seamonkey/*.default/cookies.sqlite-journal
rm -f /root/.mozilla/seamonkey/*.default/places.sqlite-journal
rm -f /root/.mozilla/seamonkey/*.default/sessionstore.json
rm -f /root/.mozilla/seamonkey/*.default/places.sqlite
rm -f -r /root/.macromedia/*
sync
echo 3 | tee /proc/sys/vm/drop_caches
Hope I don't derail too much. One solution to Flash should be to find alternatives and has not that been talked about a lot.
HTML 5 or something that should be able to give a similar experience but not use Flash files.
But I know too little but does them not say that latest Chromium or Chrome browser has tested to use HTML 5 so would that be something for you to look into.
I mean you could use sfs versions of Chrome and that way only use it when needed? To not have it in pupsave file at all.
Or do as Beem and others do. Place all such things on the /mnt/home outside of pupsave.
But I know too little to give advices.
HTML 5 or something that should be able to give a similar experience but not use Flash files.
But I know too little but does them not say that latest Chromium or Chrome browser has tested to use HTML 5 so would that be something for you to look into.
I mean you could use sfs versions of Chrome and that way only use it when needed? To not have it in pupsave file at all.
Or do as Beem and others do. Place all such things on the /mnt/home outside of pupsave.
But I know too little to give advices.
I use Google Search on Puppy Forum
not an ideal solution though
not an ideal solution though
I remember now that sombody wrote that one download it and play it in some player. That way one don't need to see it direct in Flash. One have to look at it after downloading it. If one are able to do such. I think youtube sometimes try to set it up so that does not work???
Last edited by nooby on Mon 10 Oct 2011, 10:28, edited 1 time in total.
I use Google Search on Puppy Forum
not an ideal solution though
not an ideal solution though
how to rid browser space-eaters from the running filesystem
I have looked but did not find a PET that has been constructed to remove the space eaters that are collected via browser use.
As I understand it, some of the files would be discarded via the tools built into the browsers themselve. But there are times that this is not the case and the instructions in this thread does help.
But, was just wondering if there are any Puppy locations that have PETs built to handle much of this, outside of the browsers themselves?
Thanks in advance for anything you feel would help.
Edited: Is there, too, a PET for moving the normal browser space-eater locations from the RAM fileystem to HDD storage media? This could provide the basis for a standardize approach no matter what browser is employed on the desktop.
As I understand it, some of the files would be discarded via the tools built into the browsers themselve. But there are times that this is not the case and the instructions in this thread does help.
But, was just wondering if there are any Puppy locations that have PETs built to handle much of this, outside of the browsers themselves?
Thanks in advance for anything you feel would help.
Edited: Is there, too, a PET for moving the normal browser space-eater locations from the RAM fileystem to HDD storage media? This could provide the basis for a standardize approach no matter what browser is employed on the desktop.