LocalFileLinks
Enable linking to local files by origin.
Compatibility: Firefox 68, Firefox ESR 68
CCK2 Equivalent: N/A
Preferences Affected: capability.policy.localfilelinks.*
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinksValue (string):
<enabled/><data id="LocalFileLinks" value="1https://example.org2https://example.edu"/><dict> <key>LocalFileLinks</key> <array> <string>http://example.org</string> <string>http://example.edu</string> </array></dict>policies.json
Section titled “policies.json”{ "policies": { "LocalFileLinks": ["http://example.org/", "http://example.edu/"] }}