Active Topics

 



Notices


Reply
Thread Tools
Posts: 309 | Thanked: 51 times | Joined on Apr 2007
#1
My online banking does not work with opera, as my bank demands firefox or IE.

I remember there is a setting in opera, to pretend to be someone else. SpoofUseragent in the ini-file seems to be the place, but it does not work.

Any idea how I can pretend to be firefox?

(And no, I cannot use Minimo, as it is too buggy and crashes all the time)
 
Posts: 108 | Thanked: 4 times | Joined on Jan 2007
#2
I have the same problem.
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#3
This has been answered countless times already. Search for 'Privoxy'. It will only help with browser detection, not if the app actually uses features like Java or Ajax.
 
Posts: 372 | Thanked: 9 times | Joined on Mar 2007
#4
I tried installing Privoxy. It's running, but somehow, when I surf to the http://config.privoxy.org site, it still says Privoxy isn't running. Not sure why....


Luke
 
Posts: 372 | Thanked: 9 times | Joined on Mar 2007
#5
Ok, found out how...

After installing Privoxy using the Repositories and Application Manager, I had to go to the Control Panel and edit the WLAN connection. In there, near the end of the configuration there is an "Advanced" button, which then shows the Proxy settings.

I entered 127.0.0.1 and port 8118 for HTTP and HTTPS.

Thereafter, connect on Opera and it worked.
 
Posts: 108 | Thanked: 4 times | Joined on Jan 2007
#6
I've done all the Privoxy stuff correctly, but it still doesn't work for me, because Bank of America requires a digital certificate to be installed in the browser. I installed it using the Certificate Manager in the Control Panel, with the purposes e-mail, browser and wlan, but the BofA website doesn't recognize it as installed in the browser.
 
Posts: 372 | Thanked: 9 times | Joined on Mar 2007
#7
Ok, I tried playing with the default.action for privoxy, but I STILL cannot mask my user agent! I think I'm doing it wrongly, but it seemed pretty straight forward, so I'm not sure what I'm doing wrong.

Can someone please help and let me know what and WHERE to enter the

+hide-user-agent{the_useragent_string_you_want}

I entered

+hide-user-agent{Mozilla/5.0}

at the end of the file for mine, but it doesn't work. I also tried

{+hide-user-agent{the_useragent_string_you_want}}

No go as well.
 
YoDude's Avatar
Posts: 2,869 | Thanked: 1,784 times | Joined on Feb 2007 @ Po' Bo'. PA
#8
One way is to copy the opera.ini file to the "Documents" directory (which is visible from the file manager). If you give the copy a .txt extension, you'll be able to open and edit it in Notes.

Type this line in Xterm once you are @ root.

>> cp ./.opera/opera.ini ./MyDocs/.documents/operaini.txt <<

Now go to "Documents" directory and click on the newly created operaini.txt file. It should open in Notes.

Scroll down the text to find the line:

User Agent
Spoof UserAgent ID=1
Change the UserAgent ID to what you want...

Browser to identify as
Global values:
1 = Opera
2 = Mozilla
3 = Internet Explorer
Site-specific values:
4 = Mozilla, Opera not mentioned
5 = Internet Explorer, Opera not mentioned
Save the changes then open Xterm, gain root access, and then type this:
>> cp -f ./MyDocs/.documents/operaini.txt ./.opera/opera.ini <<



I can't tell you if it will work on the site you want but this method does work for changing Opera settings in the ini file.

Opera's Settings File Explained

Last edited by YoDude; 2007-05-06 at 17:03.
 
Posts: 309 | Thanked: 51 times | Joined on Apr 2007
#9
Originally Posted by YoDude View Post
I can't tell you if it will work on the site you want but this method does work for changing Opera settings in the ini file.

Opera's Settings File Explained
Thanks, but that doesn't seem to work. I changed the settings, but still there is the "Opera" string in the http requests.

So I may try the privoxy path.

Thanks for all your help!
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#10
Originally Posted by luketoh View Post
Ok, I tried playing with the default.action for privoxy, but I STILL cannot mask my user agent! I think I'm doing it wrongly, but it seemed pretty straight forward, so I'm not sure what I'm doing wrong.
That part is explained in the HOWTO :

"The default configuration files are under /etc/privoxy. You need to read and edit at least /etc/privoxy/config.
The config file is where you can specify the next proxy in the chain by changing the 'forward' command(s). But the real fun happens in the 'default.action' file. If you want to change your user-agent header, that is where you need to add a line like :

+hide-user-agent{the_useragent_string_you_want} \

... in the "Defaults" section. Note the trailing antislash."

So you need to check :

- if you're editing the right file (default.action)
- if you're in the right Section (Defaults)
- if you have the right syntax AND the trailing antislash...
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:52.