Security.fileuri.strict origin policyFrom MozillaZine Knowledge Base
[edit] BackgroundWhen local HTML files (e.g., those located on your hard drive) are loaded into the browser, the scripts and links within have restrictions on what they can see and do. Those restrictions are determined by the same-origin policy for local files, which this preference controls. This preference obsoletes security.fileuri.origin_policy. [edit] Possible values and their effects[edit] TrueLocal documents have access to other local documents in the same directory and in subdirectories, but not directory listings. (Default) [edit] FalseLocal documents have access to all other local documents, including directory listings. [edit] Recommended settingsIf you do development with local files and need to be able to retrieve other local files, you may need to set this preference to false. Otherwise, leaving it set to true offers the most security. [edit] First checked in[edit] Has an effect in
[edit] Related bugs[edit] Related preferences[edit] See also |
|