Security/Sandbox/Deny Filesystem Access: Difference between revisions

Jump to navigation Jump to search
Cross-Platform Blockers
(Cross-Platform Blockers)
(Cross-Platform Blockers)
Line 41: Line 41:
# For printing? (I don't understand the details of why printing requires writing to filesystem).  
# For printing? (I don't understand the details of why printing requires writing to filesystem).  
|-
|-
| {{bug|1136836}} Load chrome: URLs through parent process || Blocks disabling read access to $HOME ||
| {{bug|1136836}} Load chrome: URLs through parent process || Blocks disabling read access to parts of the profile dir ||
# Addons can load scripts and resources from the profile directory using chrome:// and resource:// URI's. An add-on calling loadFromScript("chrome://foo/bar") from the Parent process results in Content trying to load that URL.
# Addons can load scripts and resources from the profile directory using chrome:// and resource:// URI's. An add-on calling loadFromScript("chrome://foo/bar") from the Parent process results in Content trying to load that URL.
# Content scripts running in the content process may use chrome:// URI's to load supporting code.
# Content scripts running in the content process may use chrome:// URI's to load supporting code.
202

edits

Navigation menu