|
-
Jul 3rd, 2008, 08:33 AM
#1
Thread Starter
Fanatic Member
[2005] disable Security Notification in WebBrowser
Hello ,
when you navigate to some site that use https you get notification about security so you have to clique oK agree to go to the site
so i am using a webBrowser & i want to disable this notifcation
so when i go to a site that use this security i dont want to be showed(notification)
-
Jul 3rd, 2008, 08:46 AM
#2
Fanatic Member
Re: [2005] disable Security Notification in WebBrowser
i'd appreciate help on this issue too.
-
Jul 3rd, 2008, 02:11 PM
#3
Thread Starter
Fanatic Member
Re: [2005] disable Security Notification in WebBrowser
-
Jul 4th, 2008, 05:10 PM
#4
Thread Starter
Fanatic Member
Re: [2005] disable Security Notification in WebBrowser
here you more details
when you go a site that use http a prompt message is open
This page contains both secure and non-secure items. Do you want to display the non-secure items?"
How you can disable from IE
1) Open Internet Explorer
2) Click on Tools
3) Click on Internet Options
4) Click on the Security Tab
5) Click on the Custom Level button
6) Under the Miscellaneous section look for "Display Mixed Content"
7) Click on Disable for Display Mixed Content instead of Prompt
8) Click on OK twice
9) Close Internet Explorer and reopen
10) Open the webpage that was displaying the warning message, the message should not appear now
when you disable here is the changes from Registry
Cle : HKEY_USERS\\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3
Value : 1609
old data :0x00000001 (1)
New Data:0x00000003 (3)
so what i need now is disable this also from my WebBrowser
so they will be no popup shown when i navigate to https website
Thanks
-
Jul 5th, 2008, 08:15 AM
#5
Thread Starter
Fanatic Member
Re: [2005] disable Security Notification in WebBrowser
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|