-
Notifications
You must be signed in to change notification settings - Fork 83
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
[BUG]: Unable to use the checker in with branch https://github.com/IBMa/equal-access/pull/1594 #1684
Comments
The error message indicates that the CSP does not allow the use of the eval() method/function in the extension code because 'unsafe-eval' is not allowed in the manifest.json (should be for security reasons). Therefore, one possible fix is to remove the use of eval() in the extension code. |
@ErickRenteria are you able to build (1) on Mac; and (2) master branch in Windows? please let me know. |
@ErickRenteria can you post the entire error message? |
This issue is also in master:
|
This might be related to my local env. The actions are working in the Windows env and we're conduction validation. Closing issue. |
Project
extension-checker
Browser
Chrome
Operating system
Windows
Description
The checker seem to have a hard crash as soon as we loaded. This is with branch #1594 and using local build. This is happening under the windows env. This is not the same behavior with the branch artifact action but unable to test the previews rules sets.
Please review attachment
hment:
Steps to reproduce
Build branch in Windows,
Load checker in chrome
Review the chrome://extension for error logs
User is unable to see the checker from dev tools
The text was updated successfully, but these errors were encountered: