-
Notifications
You must be signed in to change notification settings - Fork 100
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
(Firefox) Handlebars no longer work (call to Function() blocked by CSP) #126
Comments
TODO a bit of research, the conclusion that I came across is that
The reason why handlebars still works on Chrome is because Chrome has a specific manifest key
Potential Solutions
Further Reading
Current priority list
Footnotes |
Got a version working with kbn/handlebars, will submit a PR on it soon (tm). |
Description
Handlebars no longer work, and spits out a
call to Function() blocked by CSP
error on every marker. Doesn't happen on Chrome. I'm guessing this function is called in the Handlebars source code somewhere, and this is some basic permissions issue with Manifest v3.To reproduce:
Configure Anki card templates…
and test any marker.Browser version
112.0b8 (64-bit)
Yomitan version
23.4.7.0 (master branch at the same date)
The text was updated successfully, but these errors were encountered: