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

allow running in web pages using a meta tag #29

Merged
merged 2 commits into from Aug 16, 2023
Merged

allow running in web pages using a meta tag #29

merged 2 commits into from Aug 16, 2023

Conversation

hatemhosny
Copy link
Contributor

if a web page needs to run the extension without being in the allowlist, this meta tag would trigger activating the functionality of the extension:

<meta name="codeium:type" content="monaco">

This is a demo: https://codeium.livecodes.pages.dev/

see #28

if a web page needs to run the extension without being in the allowlist, this meta tag would trigger activating the functionality of the extension:

```
<meta name="codeium:type" content="monaco">
```

see #28
Copy link
Contributor

@pqn pqn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Maybe we can add a TODO to restrict injection type by the value of the content attribute per #28 (comment)

@pqn pqn merged commit 75ee1d9 into Exafunction:main Aug 16, 2023
2 checks passed
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

2 participants