Results 1 to 5 of 5

Thread: [2005] disable Security Notification in WebBrowser

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    [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)

  2. #2
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    515

    Re: [2005] disable Security Notification in WebBrowser

    i'd appreciate help on this issue too.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: [2005] disable Security Notification in WebBrowser

    anyone got an idea ?

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    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

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: [2005] disable Security Notification in WebBrowser

    anyone got an idea ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width