[18859] | 1 | # The contents of this file are subject to the Netscape Public |
---|
| 2 | # License Version 1.1 (the "License"); you may not use this file |
---|
| 3 | # except in compliance with the License. You may obtain a copy of |
---|
| 4 | # the License at http://www.mozilla.org/NPL/ |
---|
| 5 | # |
---|
| 6 | # Software distributed under the License is distributed on an "AS |
---|
| 7 | # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
---|
| 8 | # implied. See the License for the specific language governing |
---|
| 9 | # rights and limitations under the License. |
---|
| 10 | # |
---|
| 11 | # The Original Code is mozilla.org code. |
---|
| 12 | # |
---|
| 13 | # The Initial Developer of the Original Code is Netscape |
---|
| 14 | # Communications Corporation. Portions created by Netscape are |
---|
| 15 | # Copyright (C) 2000 Netscape Communications Corporation. All |
---|
| 16 | # Rights Reserved. |
---|
| 17 | # |
---|
| 18 | # Contributor(s): |
---|
| 19 | # Mitch Stoltz <mstoltz@netscape.com> |
---|
[20013] | 20 | # Christopher A. Aillon <christopher@aillon.com> |
---|
[18859] | 21 | # |
---|
[20706] | 22 | Yes = Allow |
---|
| 23 | No = Deny |
---|
[18859] | 24 | Titleline = Internet Security |
---|
| 25 | CheckMessage = Remember this decision |
---|
[20706] | 26 | EnableCapabilityQuery = A script from "%S" is requesting enhanced abilities that are UNSAFE and could be used to compromise your machine or data:\n\n%S\n\nAllow these abilities only if you trust this source to be free of viruses or malicious programs. |
---|
[20013] | 27 | EnableCapabilityDenied = A script from "%S" was denied %S privileges. |
---|
[18859] | 28 | CheckLoadURIError = Security Error: Content at %S may not load or link to %S. |
---|
| 29 | CheckSameOriginError = Security Error: Content at %S may not load data from %S. |
---|
[20013] | 30 | GetPropertyDenied = Permission denied to get property %S.%S |
---|
| 31 | SetPropertyDenied = Permission denied to set property %S.%S |
---|
| 32 | CallMethodDenied = Permission denied to call method %S.%S |
---|
| 33 | CreateWrapperDenied = Permission denied to create wrapper for object of class %S |
---|
[20706] | 34 | ExtensionCapability = Unknown: %S |
---|
| 35 | # |
---|
| 36 | # The following descriptions are shown in the EnableCapabilityQuery dialog |
---|
| 37 | # |
---|
| 38 | capdesc.UniversalBrowserRead = Read private data from any site or window |
---|
| 39 | capdesc.UniversalBrowserWrite = Modify any open window |
---|
| 40 | capdesc.UniversalXPConnect = Run or install software on your machine |
---|
| 41 | capdesc.UniversalFileRead = Read and upload local files |
---|
| 42 | capdesc.CapabilityPreferencesAccess = By-pass core security settings |
---|
| 43 | capdesc.UniversalPreferencesRead = Read program settings |
---|
| 44 | capdesc.UniversalPreferencesWrite = Modify program settings |
---|