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

fix: allowing CSP eval to not throw errors #1108

Closed
wants to merge 1 commit into from
Closed

Conversation

whizzzkid
Copy link
Contributor

Allowing unsafe-eval for firefox

@@ -6,7 +6,7 @@ set -e
MANIFEST=add-on/manifest.common.json

# restore original in case it was modified manually
test -d .git && git checkout -- $MANIFEST
# test -d .git && git checkout -- $MANIFEST
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this needs to be a two step process.

@whizzzkid
Copy link
Contributor Author

This will not work with firefox store review process.

@whizzzkid whizzzkid marked this pull request as draft November 24, 2022 17:13
@lidel
Copy link
Member

lidel commented Dec 6, 2022

unsafe-eval won't be accepted by Mozilla – see #269

only way to remove these warnings is to identify their source in our dependencies, and remove calls to "eval" (either by submitting a PR against dependency, or removing it during the build).

@lidel lidel closed this Dec 6, 2022
@lidel lidel deleted the fix/ff-csp branch December 6, 2022 12:40
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.

2 participants