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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce Site Isolation #1784

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Enforce Site Isolation #1784

wants to merge 28 commits into from

Conversation

NDevTK
Copy link
Contributor

@NDevTK NDevTK commented Jun 24, 2023

  • I agree to license my contribution under LGPL-3.0 or my contribution is from another project with a license compatible with LGPL-3.0

To test this pull request, follow the instructions in the wiki.


Blocked on ajayyy/maze-utils#5 HTTP Request Proxy
馃

chrome.runtime.sendMessage({
    "message": "registerContentScript",
    "id": "duck",
    "allFrames": true,
    "js": [
        {
            "code": "alert('馃')"
        }
    ],
    "css": [],
    "matches": [
        "https://sponsor.ajay.app/*"
    ]
});

@NDevTK NDevTK changed the title Patch 1 Enforce Site Isolation Jun 24, 2023
@NDevTK NDevTK marked this pull request as ready for review June 24, 2023 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant