Add LocalNetworkAccess policy documentation#1288
Open
MayyaSunil wants to merge 1 commit intomozilla:masterfrom
Open
Add LocalNetworkAccess policy documentation#1288MayyaSunil wants to merge 1 commit intomozilla:masterfrom
MayyaSunil wants to merge 1 commit intomozilla:masterfrom
Conversation
Add documentation for the LocalNetworkAccess policy introduced in Firefox 147. This policy controls Firefox's behavior when websites attempt to access local network resources (localhost and local network addresses). Features: - Enabled: Base flag to enforce local network access security checks - BlockTrackers: Block third-party trackers from accessing local resources - EnablePrompting: Gate access via user permission prompts - SkipDomains: Array of domains to skip checks (supports wildcard patterns) - Locked: Prevent users from changing settings The SkipDomains parameter supports both source and target domain skipping, with suffix wildcard patterns using the *.prefix notation.
5 tasks
Collaborator
|
This is not going to be officially available until Firefox 149, so I'd like to wait to check it in for a couple weeks. I also want to get the LNA team to review (they are all OOO right now) |
mkaply
reviewed
Feb 25, 2026
|
|
||
| If `Locked` is set to true, users cannot change the local network access settings. | ||
|
|
||
| **Compatibility:** Firefox 147\ |
Collaborator
There was a problem hiding this comment.
149 is really when this is "official"
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add documentation for the LocalNetworkAccess policy introduced in Firefox 147. This policy controls Firefox's behavior when websites attempt to access local network resources (localhost and local network addresses).
Features:
The SkipDomains parameter supports both source and target domain skipping, with suffix wildcard patterns using the *.prefix notation.