Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add allowlist for isolated containers #2033

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 25, 2021

  1. Add allowlist for isolated containers

    This implements a per-container allow-list that is applied to isolated
    containers. This can allow multiple containers to have an overlapping set of
    sites that they are isolated to.
    
    For example: Container A and Container B could both be isolated and have
    calendar.example.com in their allow list. Both Container A and Container B
    would then be able to visit calendar.example.com.
    
    See: mozilla#1892 and
    mozilla#1887 for additional
    motivation.
    ncallaway committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    5eab4b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Add allowin icon

    ncallaway committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    960a3a1 View commit details
    Browse the repository at this point in the history