Closed zzz1zzz1 closed 2 years ago
Same here, opening the options yields a blank page. FF 89.0.2
You may temporarily disable the security.csp.enable
option in about:config
, then configure the extension and re-enable this option.
Hope @erictsangx could update the addon to fix the issue.
You may temporarily disable the
security.csp.enable
option inabout:config
, then configure the extension and re-enable this option.Hope @erictsangx could update the addon to fix the issue.
This works. Thanks.
Console shows these errors about Content Security Policies:
[Vue warn]: It seems you are using the standalone build of Vue.js in an environment with Content Security Policy that prohibits unsafe-eval. The template compiler cannot work in this environment. Consider relaxing the policy to allow unsafe-eval or pre-compiling your templates into render functions. vue.js:634:17
VueJS 5
init moz-extension://567ffb0c-7a24-44c6-bebe-15fdee6d414d/options/options.js:33
[Vue warn]: Error compiling template:
invalid expression: call to Function() blocked by CSP in
saveForm
Raw expression: @submit="saveForm"
1 |
2 | <div class="container-fluid">
3 | <form class="list-group" @submit="saveForm">
| ^^^^^^^^^^^^^^^^^^
4 | <div class="list-group-item">
5 | <label for="searchEngine">Search Engine URL(e.g. https://www.google.com/search?q=@@ ->
(found in <Root>)
Revamped with React and released the new version. The preference page is working now.
Me too. The option.html is entirely blank. My Environment: Firefox 87.0 on Arch Linux (x64)