Security warning in Plugin 1.4.0 during HTTPS applet download

Hi,
I develop a simple applet, which is unsigned beause doens't do critical operation like read or write on client File Systen. But I download it from an HTTPS web server and the certificate installed in the server is created by GlobalSign.
In Plugin 1.3 and previous release, I could download and run my applet from a HTTP or HTTPS site without problem.
In the Plugin 1.4 BEFORE i download my applet, a security warning popup appears, and it inform me that i try to install a "untrusted" cerfificate for HTTPS comunication.
I known that in Java Plugin 1.3 HTTPS connection are managed by Browser and for example in IE the GlobalSign CA certificate is trust, but in Java Plugin 1.4 itself manage the HTTPS connection, and the GlobalSign CA certificate is not present in the default CA trusted certificates.
My costumer is not very "happy" that his costumer see this security warning when download my applet...
So, the question: is it possible to avoid this message in the default plugin 1.4 configuration?
If this is not possible I must use a CA certificate which is trust for Java Plugin, abandoning the GlobalSign certificate.
Best regards
Michele

Here is perhaps a related problem. In IE6 I go to an https mode along with a basic authentication to view a series of private webpages. When I reach the webpage with my applet, I have to autheticate the applet before proceeding. Is the way the Sun Plugin should work? I know the Sun Plugin uses the IE API for server transactions, but in the case of an applet, it must start a new (basic authentication) instance. After the first authentication of the applet, all other applets down the line do not require a username and password.

Similar Messages

  • Open File - Security Warning with Network-based Silent Install of CS4

    I am attempting to run an enterprise deployment of CS4 Design Standard Edition onto a pool of WinXP Pro workstations. I placed all of the install files on a networked server running Windows 2003, and generated from there all of the requisite .xml files (install, uninstall, and override files). From this network share, I can successfully run a silent install.
    HOWEVER. Multiple times (two or three) during the course of the silent install, I receive the same pop-up security warning from Windows XP (definitely an OS message, not anti-virus or other) that reads as follows:
    Open File - Security Warning
    Do you want to run this file?
    Name: AIRApplicationRunner.exe
    Publisher: Adobe Systems Incorporated
    Type: Application
    From: (server IP address)
    I have tried excluding Adobe Air from the installation package, but I still receive the same security prompt. This is sufficiently a hassle to have to click through these prompts in a silent install. But more importantly I am unable to run the silent install as part of a logoff script because for all intents & purposes it is no longer a silent install (i.e. it requires user intervention). To top it off, I found when testing the logoff script the prompts are suppressed and the installation fails prior to the bulk of the installation (Photoshop, Illustrator, & InDesign).
    I'm sure that I could run the install by copying all of the files to each local workstation, but again that would defeat the purpose of an easy, network-based install. In the past I was able to install CS3 in this fashion with no troubles, which of course did not include Adobe Air.
    Can anybody offer a suggestion as to how to disable these security messages, or alternately, how to entirely exclude Adobe Air from the install package? I have found a VB script that is supposed to address the security warnings issue, but to run the script also requires the user to accept it at a security prompt.
    Thanks in advance for any assistance!
    -Dan

    I'm now able to deploy design suite premium cs4 successfully.
    The issue for me was that the AirapplicationRunner installs some useless software. I worked around the issue with the Airapplicationrunner prompt by removing any apps that are installed using that method. By "removing" I mean marking that app as "donotinstall" in the deployment file. The apps I removed are these adobe codes for adobe media player, adobe.com, adobeair itself. The below is from my deploy.xml file used for the silent workflow:
    donotinstall
    donotinstall
    donotinstall
    If you mark those three adobe codes as "donotinstall" the prompt never appears and the real apps get installed just fine.

  • How to fix a security warning on a web form?

    hi, I have added a new form which I have modified, and it is coming up with a security warning (see attached screenshot)
    Is there any reason why this is happening and is there anything I can do to make it secure?
    Form is here:
    (www.eastsidestudios.com.au > book now > view cart > checkout)
    The checkout form is the one that has the security warning.
    This is the code on the form:
    <div class="checkOut">
    <h3>CHECKOUT</h3>
    <h5>* These fields are required</h5>
    <form action="http://www.eastsidestudios.com.au/FormProcessv2.aspx?WebFormID=42582&OID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={module_cid}" enctype="multipart/form-data" onsubmit="return checkWholeForm73108(this)" method="post" name="catwebformform73108">
        <table width="600" cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td colspan="3">
                    <table width="600" cellspacing="0" cellpadding="2" border="0" class="webform">
                        <tbody>
                            <tr>
                                <td colspan="3"><label for="Title">Title</label>
                                <br />
                                <select class="cat_dropdown_smaller" id="Title" name="Title">
                                <option value="436503">MISS</option>
                                <option selected="selected" value="436500">MR</option>
                                <option value="436501">MRS</option>
                                <option value="436502">MS</option>
                                </select></td>
                            </tr>
                            <tr>
                                <td colspan="2"><label for="FirstName">Parent First Name <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="FirstName" name="FirstName" /></td>
                                <td colspan="2"><label for="LastName">Parent Last Name <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="LastName" name="LastName" /></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="EmailAddress">Email Address <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="EmailAddress" name="EmailAddress" /></td>
                            </tr>
                            <tr>
                                <td style="width: 188px;"><label for="HomeAddress">Home Address <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="500" class="cat_textbox" id="HomeAddress" name="HomeAddress" /></td>
                                <td colspan="3"><label for="HomeCity">Suburb <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="HomeCity" name="HomeCity" /></td>
                                <td colspan="3" style="width: 172px;"><label for="HomeZip">Zipcode/Postcode <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="HomeZip" name="HomeZip" /></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="HomePhone">Home Phone Number <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="HomePhone" name="HomePhone" /></td>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="CellPhone">Cell Phone Number <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="CellPhone" name="CellPhone" /></td>
                            </tr>
                            <tr>
                                <td colspan="3"><label>Payment Method <span class="req">*</span></label>
                                <br />
                                <input type="radio" value="5" id="PaymentMethodType_5" name="PaymentMethodType" />
                                PayPal<br />
                                </td>
                            </tr>
                            <tr>
                                <td><label for="CAT_Custom_259470">Child 1 Name <span class="req">*</span></label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259470" name="CAT_Custom_259470" maxlength="1024" /></td>
                                <td colspan="3"><label for="CAT_Custom_259481">Date of Birth Child 1 <span class="req">*</span></label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259481" name="CAT_Custom_259481" maxlength="1024" /></td>
                                <td colspan="3"><label for="CAT_Custom_259484">T-Shirt Size - Child 1 (holiday camp only)</label>
                                <br />
                                <select class="cat_dropdown" id="CAT_Custom_259484" name="CAT_Custom_259484">
                                <option value=" ">-- Please select --</option>
                                <option value="XS">XS</option>
                                <option value="S">S</option>
                                <option value="M">M</option>
                                <option value="L">L</option>
                                </select></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                                <td><label for="CAT_Custom_259475">Child 2 Name</label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259475" name="CAT_Custom_259475" maxlength="1024" /></td>
                                <td colspan="3"><label for="CAT_Custom_259482">Date of Birth Child 2</label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259482" name="CAT_Custom_259482" maxlength="1024" /></td>
                                <td colspan="3"><label for="CAT_Custom_259485">T-Shirt Size - Child 2 (holiday camp only)</label>
                                <br />
                                <select class="cat_dropdown" id="CAT_Custom_259485" name="CAT_Custom_259485">
                                <option value=" ">-- Please select --</option>
                                <option value="XS">XS</option>
                                <option value="S">S</option>
                                <option value="M">M</option>
                                <option value="L">L</option>
                                <option value="XL">XL</option>
                                </select></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="CAT_Custom_259472">School</label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259472" name="CAT_Custom_259472" maxlength="1024" /></td>
                            </tr>
                            <tr>
                                <td colspan="3"><label>I hereby give permission for my child to attend Eastside Studios and I understand that my child will be supervised for the duration of the class camp and/or aftercare hours only. (Aftercare hours only available during holiday camps) <span class="req">*</span></label>
                                <br />
                                <input type="radio" value="Yes" id="CAT_Custom_259476_0" name="CAT_Custom_259476" checked="checked" />
                                Yes</td>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="CAT_Custom_259473">Does your child have any condition/illnesses/allergies that we need to be aware of?</label>
                                <br />
                                <textarea onkeydown="if(this.value.length&gt;=1024)this.value=this.value.substring(0,1023);" class="cat_listbox" rows="4" cols="10" id="CAT_Custom_259473" name="CAT_Custom_259473"></textarea></td>
                            </tr>
                            <tr>
                                <td colspan="3"><label>I give permission for my child to be photographed during the class and understand these photos may be used exclusively for Eastside Studios advertising material. <span class="req">*</span></label>
                                <br />
                                <input type="checkbox" value="Yes" id="CAT_Custom_259474_0" name="CAT_Custom_259474" />
                                Yes<br />
                                <input type="checkbox" value="No" id="CAT_Custom_259474_1" name="CAT_Custom_259474" />
                                No</td>
                            </tr>
                            <tr>
                                <td colspan="3"><input type="checkbox" name="CampaignList_29296" />
                                Subscribe to: Eastside Studios Database</td>
                            </tr>
                            <tr>
                                <td colspan="3"><input type="submit" id="catwebformbutton" value="Submit" class="cat_button" /></td>
                            </tr>
                        </tbody>
                    </table>
                    </td>
                </tr>
            </tbody>
        </table>
        <script type="text/javascript" src="http://www.eastsidestudios.com.au/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount73108 = 0;function checkWholeForm73108(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address"); if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City"); if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State"); if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode"); if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country"); if (theForm.HomePhone) why += isEmpty(theForm.HomePhone.value, "Home Phone Number"); if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number"); if (theForm.PaymentMethodType) why += checkSelected(theForm.PaymentMethodType, "Payment Method");if (theForm.CAT_Custom_259470) why += isEmpty(theForm.CAT_Custom_259470.value, "Child 1 Name");if (theForm.CAT_Custom_259481) why += isEmpty(theForm.CAT_Custom_259481.value, "Date of Birth Child 1");if (theForm.CAT_Custom_259476) why += checkSelected(theForm.CAT_Custom_259476, "I hereby give permission for my child to attend Eastside Studios and I understand that my child will be supervised for the duration of the class camp and/or aftercare hours only. (Aftercare hours only available during holiday camps)");if (theForm.CAT_Custom_259474) why += checkSelected(theForm.CAT_Custom_259474, "I give permission for my child to be photographed during the class and understand these photos may be used exclusively for Eastside Studios advertising material.");if(why != ""){alert(why);return false;}if(submitcount73108 == 0){submitcount73108++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
    </form>
    </div>

    The problem is in <form action="http://www.eastsidestudios.com.au/FormProcessv2.aspx?WebFormID=42582&O ID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={mo dule_cid}"
    You have to remove http://www.eastsidestudios.com.au from the action URL and make it relative:
    <form action="/FormProcessv2.aspx?WebFormID=42582&O ID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={mo dule_cid}"
    Cheers,
    -mario

  • Security warning popped up in dreamweaver about flash player

    I had the trial version of DW cs4 installed. I purchased CS4 design premium that packages dw, fireworks, flash etc. Last night I instaled it on my computer.
    This morning while working in DW I embedded a YouTube video and received this security warning:
    Adobe Flash Player has stopped a potentially unsafe operation.
    The following local application on your computer or network:
    C:\Users\Videos\index.html is trying to communicate with this Internet-enabled location:
    s.ytimg.com
    To let this application communicate with the internet, click settings. You must restart the appthe application after changing your settings.
    Does anyone know what this means? Should I allow the communication with s.ytiming.com

    This warning is talking about the Flash Global Security Settings Manager. This is not a virus but rather a very common security step related to allowing Flash to connect to the Internet while testing on your local machine. This only occurs during testing on your local machine and does not come into play when that same Flash object is on the Web page on the server.
    The Settings Manger allows you to "approve" connecting to the Internet for a particular Flash object.
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    So go to the Settings Manager, Click "Edit Locations" or "Add Location" and browse on you computer for the Flash file that you are giving permisssion to connect to the Internet. Each Flash object that attempts to access the Internet will need to be given permission separately.
    Kind of a pain... or just upload your Flash to the server and test from there, then it's not an issue.
    Best wishes,
    Adninjastrator

  • Stop security warning

    When I login to my.msn.com I get a security warning ref to secure/unsecure data transmission. How do I disable this warning for this site and/or all sites?
    Don
    Win7 Firefox 3.6.12

    That warning comes from the Java plugin when the page runs an unsigned Java applet.
    Do you notice anything important missing if you Cancel it?
    ''If not, you could turn off Java for that site.''
    Call up the Page Info dialog. Either:
    * right-click and choose View Page Info > Permissions
    * Tools menu > Page Info > Permissions
    * click the globe icon in the address bar > More Information > Permissions
    Here you can set the Java(TM) Platform SE 7 plugin to Block.
    ''If the Java applet is important, please complain to the site.'' As noted in the dialog, Oracle is planning to completely disable unsigned applets in the future.

  • How to disable IE Security Warning on opening a "local" visio file with Visio Viewer ActiveX?

    Hello all,
    Everyone knows that Microsoft released ActiveX based Visio Viewer for free and allow the users to open Visio drawing and view/print via IE browser.
    The problem that I am facing is that some users are complaining about IE browser's security warning on "active content to run in files on My Computer".
    It means that opening .VSD files from the network, internet, intranet would be all OK but if the user wants to open .VSD files from the local hard drive (or open it as a mail attachment, which will extract it to a temp folder), it prompt the user to select "Allow Blocked Content" EVERYTIME they open them.
    I know that I can GLOBALLY disable this warning by going through Tools - Internet Options - Security section and enable "Allow active content to run in files on My Computer" but I hope that there is a way (or workaround) to allow them by file type or location, etc.
    Questions:
    1. Is there any way to disable those warning for all .VSD only while we still UNCHECK the option on Internet Options?
    2. Is there any 3rd party Win32 based viewer which wouldn't have those restriction?
    3. Is it safe assumption that McAfee VirusScan and Host IPS protection is sufficient enough to remove the IE's security warning feature?
    Thanks in advance?
    Young-

    Are you able to host/launch the VSD file via an HTM page? In that case you can format the HTM page as shown below. This will trick IE into thinking it is loading the file off of a website. Commonly called 'mark of the web'.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    </html>

  • Importing fdf with js always get security warning

    Hi, I have a form with some options (1 category as text with drop down and 5 radio button). The selection get the name of the fdf file to import. On import I get every time the security warning. I select the "Remember this action..." and I click "Allow". In the Settings/Security (Enhanced) the path and the file doesn't appear, so I set it manually, but I still get the security warning everytime. Files are stored locally in a different partion as the system. This happens on 2 machines (Mac 10.7, Mac10.8, Acrobat X, ACrobat XI, Reader XI).
    this is the script
    var A = "/Volumes/Data_Sharing/Projects/.../.../.../";
    var B = getField("Category").valueAsString;
    var C = "-okom-data.fdf";
    var D = A + B + C;
    var E = this.getField("Text1");
    E.value = D;
    this.importAnFDF(D);
    The field Text1 is only a string visualisation for controlling
    If I set an Import Data Event without js I don't have any security warning with fdf (but always with xfdf, xml and text files).
    If you know what I miss, thanks for any suggestion
    Curzio

    Unfortunately i dont think its possible.
    You'd think a deployment could restrict warnings for a local intranet, or have an exception list.
    There was another answer i did see but i would not recommend this at all. Even the person who put the post up does not recommend it.
    http://forums.sun.com/thread.jspa?threadID=5253971
    You have two options, do not have java 1.6 on the desktop as this is the version that brings up the security warning. Or you can try the new
    application with java 1.6 (As long as all functionality is tested). This will satisfy your new app, but not the applications that run of the older
    java runtime environments. (we are going to test the application under 1.6 even though its not a supported certification by the vendor.)

  • Removing the "Security Warning" dialogue box on default when a PDF is opened

    Hey
    I have created a pdf document with a specific data written using iText Libraries. I have actually created a beacon that generates a notification sent to the owner's email when the pdf is opened.
    The code is under OpenAction. The problem I am facing is that as I open the document, a dialogue box is opened saying "Security Warning" The document is trying to connect to : URL. How do I get rid of this dialogue box. ? I don't want this dialogue box to appear and allow the connection by default. I have tried playing with the Trust Manager - but that doesn't seem to be the solution, as  am trying to execute my PDF document at a remote machine.

    There was a lot of media fuss years back when it was found out that PDF files could "phone home", i.e. do what you want to do. So Adobe put this warning in. It wouldn't be much good as a warning if the creator of a PDF could choose to turn it off!
    Document creators like to track people opening documents. Privacy advocates consider this a breach of privacy. The latter group shouts louder. http://en.wikipedia.org/wiki/Phoning_home

  • How to stop HTTP Security warning message in transactional iview

    When I am trying to access ECC through transactional iview then I am getting HTTP security warning message i.e. This page contains both secure and nonsecure items. Do you want to display the nonsecure items?
    I think it is because portal is accessable using HTTPS protocol and when we access ECC then it uses HTTP Protocol.
    Pl help to resolve.

    Hi AshuGrover_in,
    First, welcome on SDN!
    > I think it is because portal is accessable using HTTPS protocol and when we access ECC then it uses HTTP Protocol.
    > Pl help to resolve.
    This might very well be the root cause of the issue, and if it is, you know the resolution - make all systems accessible via https.
    Anyhow, to examine the exact cause creating this message you could use tools like HttpWatch or something similar and record the client accesses to the server. If you originally have a GET to a https address, the first http request caused by the original request will throw this message.
    Theoretically, on client side, you can switch off this message: Search for "switch off http https warning" on google and you will get all possible instructions for the different clients. Anyhow, a clean landscape design with complete https connections is the aim you should have.
    Hope it helps
    Detlev
    PS: On SDN, if something helps, you might reward the answer, check it out.

  • Desktop and startup shortcuts produce security warning

    I have a laptop running Windows 8.1 Pro with all updates installed. It's a domain member and the primary user was using redirected folders which worked well. Due to other reasons, the user's account was removed from the OU linked to with the redirected folders
    GPO. open file security warning The GPO was setup for Desktop and My Documents so that when the policy was removed the files would revert to the local PC. For some odd reason the Favorites was not that way but configured to leave them on the server. I discovered
    that only after the user's account had been moved out of that OU and the laptop rebooted and the user logged in.
    So the user got her desktop and documents folders back just fine. But even though I changed the GPO to revert the Favorites back to the local PC of course it didn't even after I rebooted a few more times. So when the Favorites icon in IE was clicked,
    favo0rites were still pointing to the server. I had to go through the registry and change the entries for that user's profile to point to the proper folder on the local PC.
    However after I did that then something else showed up. Now when she clicks on the IE shortcut which is pinned to the taskbar or any application shortcut on the desktop or when she logs in and the startup program run, they all produce the Open File - Security
    Warning box so she has to click OK for each one. I've tried looking up this problem but none of the fixes work for this case or I'm not going to lower the IE security.
    Oddly, the Microsoft Office shortcuts pinned on the taskbar don't produce the security window but open up the program. It only seems to happen with shortcuts to programs that I create. Also I can take those shortcuts, copy them to another folder outside
    of the user's profile and there is no security warning. So it's only within the profile that this happens.
    Anyone have an idea what is wrong and how to fix it? I don't see how my changing the path to the Favorites folder in a few places in the registry could have done this but I don't see what else since it didn't occur until after I made the registry changes.
    Jonathan

    Why not use RegShot to capture registry changes after favorites folder was modified.

  • How do I get rid of the security warning for disc based Flash product

    I have a project that use a program called Articulate to turn
    powerpoint shows into a more rich flash product with audio, search
    capacities, quiz etc. There are multiple sections from multiple
    powerpoint files that generate a dozen or so flash files. The flash
    files reside in an html shell to allow for navigation. The whole
    thing is delivered on disc as a browser based training product.
    The problem is that viewing flash from a disc results in a
    security alert every time the viewer goes to a flash file. There is
    an Articulate theme blog that suggests using a product called
    server2go to make the disc function as a server to kinda fool
    browsers on the local machine into thinking the disc is a web
    server. My client wants the product to allow the users' default
    browser. So far, although server2go is supposed to allow this, it
    doesn't with the latest version of firefox (client's preferred
    browser). I can only get it to work on a select machine or 2 in my
    office with IE (server2go default) but it takes forever to launch.
    I haven't gotten it to work on any of the client's machines. The
    disc (auto launch) just freezes the machines.
    Can anyone recommend a better server emulation product, or
    tell me another solution to delivering a disc based flash product
    without getting the security warning and without making the viewer
    change settings on their machine to allow flash to play?
    I understand security issues but this makes flash virtually
    unusable for this application and I'm dead in the water if I can't
    fix it.

    Sorry, Ralph has already answered your question. If you need to get your security questions reset, you will have to contact iTunes Support:
    ACCOUNT SECURITY CONTACT NUMBERS
    Cheers,
    GB

  • Disable "Open File Security Warning"

    Hi whenever I try to open a file from the local hardrive I get the "Open File Security Warning" asking me whether I want to open the file or not. This is getting rather annoying. I searched online but everything I found seems to be dealing with network shares and I am not using that. Just a file on the local hard drive in the computer I am using to the right of me. I remember in my last install I turned it off somehow, but for the life of me I can't figure out how I did it. Anybody have any ideas? Or is this here to stay?

    Windows 7 - Launching unsafe files is in this path;
    IE -> Internet Options -> Security tab -> Custome Level -> Scroll down in Settings -> Look for radio button "Launching applications and unsafe files (not secure)".
    Don't know if it solves the problem or not but option is there.
    Great, on Windows 8 x64 this is an option I can find and set.
    It will generate a nasty warning in the system tray. And does not solve the problem:
    I have downloaded a warez archive and extracted it. The resulting .exe file is a wrapped program which will extract everything to my choosings. I've used it before. 
    When I try to run the program, all I get is: 
    Windows Security
    These files can't be opened
    Your internet security settings prevented one or more files from being opened. 
    Show details | Close
    I do not use IE, I use chrome. What is this strange behaviour?? :(
    Post-EDIT: I found this link with detailed steps for Windows 8, including screenshots.
    http://www.c-sharpcorner.com/UploadFile/e83792/how-to-disable-the-open-file-security-warning-in-windows-8/
    But this does not solve my particular problem :s
    ... Peace!
    Devvie
    ~~~ [email protected] ~~~
    Cuisvis hominis est errare, nullius nisi insipientis in errore persevare
    All spelling mistakes are my own and may only be distributed under the GNU General Public License! – (© 95-1 by Coredump; 2-013 by DevNullius)
    2nd POST-EDIT: I solved it with a little tool: streams! Read more here: http://scforum.info/index.php/topic,8543.msg22024.html#msg22024 and be done with this IE sheit. Who uses IE anyways and why is it important when I want to run a local file :| The future
    looks grimm :(

  • How to disable the annoying security warning for all users in Windows Server 2008 R2

    Hi,
    The employees from the administration complain all the time about the different types of security warning that they get when trying to run some applications which are used frequently.
    Since the number of the users is too big it is unfeasible to go through all the users and disable the User Access Control at their account settings.
    Is it possible to achieve this through given account policy settings. I want to perform the changes on the server so it applies to *all* (or maybe those of Administration department) users.
    One useful information here can be the following: we use 2 different severs, the application which cause the errors are in the terminal server, and the users are in the main server. Where should I perform the changes?
    Best,
    D

    Hiya,
    It could sound like that one indeed. There are a few options to go for, however it should be fairly easy to find out :)
    Create a test GPO and apply to a limited amount of users. GPUpdate and verify that the GPO has been applied using rsop.msc
    Then open the application to test and see if it has the desired effect. You might need to change more than one setting, depending on the application and desired behavior.

  • An unknown website just appeared in my 'exceptions' list (Tools Options Security "warn me when sites try to install add-ons"-how could this happen?

    downloaded Firefox onto friends' laptop last night. Found it necessary to place two websites in the (afore-mentioned) "Exceptions" category. shut down/re-booted three-four times over the next few hours before shutting down the laptop and going to bed. Booted up this am and, WHOA!-suddenly my menu/toolbars have new, undesired toolbars(?) search boxes(?): the search box, if I remember right, was labeled "My Web Search sponsored by iwon!" Whilst eliminating the intruders I became aware that by some unknown means I had fetched up on some webpage I've never heard of and had no reason to go to-( the very top of my display (above the menu and address bar) read: 'reason upgrade Search' (separated by a line symbol I can't reproduce here), then 'Musician's Friend' ....HUH? (feeling like Dorothy w/o a tornado transport). So I finish getting rid of the invaders and check out my History to try to figure out how I wound up at this website. my history indicates the last site I visited before going to bed, then 'aclk' (www.google/aclk? followed by a string of mixed symbols letters etc. Then 'redirect' (www.rkdms.com/redirect?c=....and a string of numbers and letters. Then the website"reason upgrade Search (?) Musician's Friend " then 'redirect.jhtml' (www.search.mywebsearch.com/mywe.........) Them 'Firefox Web Browser& Thunder....' still no clue how or why I wound up at that site..didn't go there, (not of my volition, anyways!!) so im checking my security settings and in Tools>options>Security>advanced> in the "Exceptions" category of "Warn me when sites try to install add-ons" is a website I've never heard of (getpersonas.com) and DID NOT enter!!!!!!!.Need to know how this could happen, how to prevent recurrence and how hard should I hit the panic button because right now I'm totally freaked!
    == today

    These prefs get set to an empty String once the sites have been added to the whitelist if the pref is not empty if you open the exception window.
    Tools > Options > Security : "Warn me when sites try to install add-ons": Exceptions
    You can reset these prefs on the about:config page.
    xpinstall.whitelist.add - addons.mozilla.org
    xpinstall.whitelist.add.36 - getpersonas.com
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • Error message "Warning: Unresponsive Plugin" flash crashes when not connected to HDMI

    EVERY time I try to open a web page that has a video like Facebook or Youtube, I get an error message saying "Warning: Unresponsive Plugin" and the flash ultimately crashes. I tried updating the flash plugin and the problem was not solved. I recently noticed that when I plugged my laptop to my HDTV via an HDMI cable that this problem was not occuring. As soon as I took out the HDMI cable and went to Youtube I got the error message. Is there an option that might need to be changed that's causing this problem? I tried opening those pages in Internet Explorer and got a very similar error. It's probably not a Firefox problem but I'm hoping to find out if there is something in my PC that needs to be modified for this error to not occur again.

    Hi alrayes,
    I suspect it is an issue with your video drivers.
    If you go to your PC manufacturer's website (e.g. Dell, HP,...) and look up your model they should have links to download the drivers.
    Alternatively, (assuming your PC does not have integrated graphics) you can go to your video card manufacturer's website, and they will have the very latest drivers.
    Let us know if you figure it out.
    -Curtis

Maybe you are looking for

  • Illustrator CS4: Exporting as cropped image, unable to define Crop Area or Crop to Artboard

    Preface: I am using Adobe Illustrator CS4 Design Premium, Windows version. I am currently designing some projects in Illustrator CS4. I am NOT using multiple artboards, only one. On previous versions of Illustrator, users could simply Export> an imag

  • Complex SQL Query in BPEL DB Adapter

    Hi, Is it possbile to write a complex query in BPEL DB Adapter using "Custom SQL Query"? I would like to write an IF ELSE condition in the DB Adapter similar what is given below.. IF((SELECT COUNT(*) FROM F5898001 WHERE CT58SRCNME = 'CA_TEST' AND CTJ

  • Merge with first column

    When i try to merge the 2nd cell in a row with the first cell, the "Merge cells" option is greyed out yet the option is there for all other cells in the row. What is it about that fist column than makes it so you can't merge with it? Is it a header c

  • NoClassDefFoundError only for first time access

    I am having a problem of NoClassDefFoundError with my EJB3 entity bean. I am calling a stateless session bean from JSF (in the @PostConstruct init method). The session bean performs: MyEntity result = (MyEntity) em.find(MyEntity.class, priKey); Howev

  • New Sysfail Error during PR Transfer. FM BBP_REQUISITION_GETDETAIL not foun

    Hello Friends, We have moved onto the Production system and while transferring the first PR in the Prod system from ECC 6 to SRM (5.0 PL14) I am getting "sysfail" type error in outbound queue in ECC. The error details are "Function Module BBP_REQUISI