Skip to content
New issue

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

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

Already on GitHub? # to your account

Implement variable substitution instead of depending on lodash.template #196

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

kbrabrand
Copy link
Collaborator

The lodash version uses eval under the hood, which is a problem on sites with content security policies that does not allow unsafe-eval. We don't want our users to be forced to enable it (for security reasons), so this is a better approach.

The lodash version uses eval under the hood, which is a problem on sites with content security policies that does
not allow unsafe-eval. We don't want our users to be forced to enable it (for security reasons), so this is a better
approach.
@kbrabrand kbrabrand merged commit e1b9922 into master Aug 30, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant