How to change security setting to open windows share on intranet

In Internet Explorer I can browse to windows shares like "\\server\share\index.html"
In Firefix I can chage a preference (security.checkloaduri) to allow that
Is there a way in Safari?
Thanks
-Marc
Message was edited by: Mgibeault

* System Preferences
* Java
* Click on Security
* The site exceptions list Edit in list of sites ...
* Enter the name of the site URL
* Click on the add button
* Click OK
* Click OK and Done! already have close your browser and try to enter again.

Similar Messages

  • How to change security setting to use I tunes on I Mac

    I try to buy tunes at I yunes and I get a message that says that I have to change the security setting to do that. How is that done. They said that it is finder

    Download and use EasyWMA. EasyWMA will not handle protected WMA files; no Mac application can.
    (34596)

  • In OSX Safari, how do I drag a single open window to an existing tab set?

    In OSX Safari, how do I drag a single open window, without tabs, to an existing window with a tab set?
    I have an iMac 5K running Yosemite.

    Thanks, but I have multiple open tab sets and want to move a solo window to one of the windows with multiple tabs. It seems there must be a way to grab that solo and move it in with the tabs. My workaround is to add a tab to the solo window to create a tab that I can grab, but isn't there a "handle" for a solo window that is "grabbable"?

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • How to change language setting in NI DAQ mx software ?

    Hello ,
    We just purchased the NI DAQ mx , which is done by my colleage ..
    so the software came in german even when I install ,it showed no any language selection option......
    So pls hepl me put how to change language setting in the software.
    Thanx
    Bhavin

    hello bhavin,
    DAQmx uses the operating system language settings.
    try to switch the language settings on your windows system to english, then DAQmx should also be english.
    regards,
    robert h
    NI germany

  • HT5312 how to change security questions

    how to change security questions

    If you can remember their current answers then you can login here and change them : https://appleid.apple.com
    If you can't remember their answers and you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address then see if the instructions on this user tip helps : https://discussions.apple.com/docs/DOC-4551

  • How to change security question

    how to change security question in apple id. I forgot my answers. Please help

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (124195)

  • How to change the position of a window created in the script?

    Hello to all
    A window called from another window are the same size. How can change the position of the window relative to the caller call window?

    That is worked, but for abs.coord. How make releative coord.?
    When I include that in my script, window show without elements ! See attachments №2

  • How to I get search at open window upper right corner to work.

    How to I get search at open window upper right corner to work. I click on "search" and nothing happens in Yosemite.

    or are you talking about the Open Dialog box in an App?
    (TextEdit for example)

  • TS3771 Why can't I select "get info" from the file area so I can change the setting to "open in 32-bit mode" ?

    Why can't I select "get info" from the file area so I can change the setting to "open in 32-bit mode" ?

    It may be because of your settings. You can modify that setting in System Preferences > Trackpad. Another way of making right-click is to click the app icon while holding the Control key

  • How to change security codes when you forget them

    How to change security codes when you forget them?

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (115681)

  • How to change security answer - I forgot mine

    How to change security answer - I forgot mine

    Alternatives to Reset Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Start here to find your country, and how you can contact Apple:
             Apple ID- Contacting Apple for help with Apple ID account security. Fill out and
             submit this form.
         4.  Call Apple Support in your country and ask to speak to Account Security.
              Customer Service: Contacting Apple for support.
    How to Manage your Apple ID: Manage My Apple ID

  • HT3702 how to change security questions to purchase music

    how to change security questions

    The Three Best Alternatives for Security Questions and Rescue Mail
         1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • ER changing an order of open windows

    It would be very useful to be able to change an order of open windows in the Visual Editor by dragging its tabs. Thanks in advance.

    You can't change the order of the photos in the built in photos app. There are other apps that give you much more flexibility than what the photos app allows. You may want to do a search in the App Store for one that suits your needs.
    Read this to learn about the photo sorting order on the iPad. The gist of the article is this .... Copied from the article.
    By default, photos sort according to the date modified (in ascending order).
    http://support.apple.com/kb/HT4221
    An app that you can look at....
    https://itunes.apple.com/us/app/photo-manager-pro/id393858562?mt=8

  • RRMX  opens a default report. How to change this setting  ?????

    Hi all,
      If we type RRMX transaction code, it should go to BEx, but user has reported that whenever he types RRMX it opens a particular REPORT.  How can we change this setting so that the default report will not be opened, PLEASE ? It seems it started after upgrading to BW 3.5.
    Thanks.

    Rian,
       Thanks for your response. I have created a TEST User Id with the User Id that has the problem. I am not getting any default report with the TEST User Id when I type RRMX, just it goes to BEx (blank) only, but not to the report.
      I have followed your navigation steps (Business Explorer Tab/Setting/ New Workbook on embed) with TEST User Id and 'is based on permanent template' is checked' under 'New Workbook on embed', but not 'is empty'.
    I will go to the User's desk tomorrow and check the BEx settings on his PC.
    Thanks.

Maybe you are looking for