• Stefy Spora's avatar
    Fix CSP violation by removing inline onclick event handler · 569b4dcb
    Stefy Spora authored
    - Remove inline onclick='window.open(...)' from PayPal button in popup.html
    - Add proper event listener in popup.js using addEventListener
    - Fix Content Security Policy violation that was blocking inline event handlers
    - Maintain same functionality while complying with Chrome extension CSP requirements
    - Use 'self' CSP policy which only allows scripts from the extension itself
    569b4dcb
Name
Last commit
Last update
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
background.js Loading commit data...
content.js Loading commit data...
icon.svg Loading commit data...
icon128.png Loading commit data...
icon16.png Loading commit data...
icon48.png Loading commit data...
manifest.json Loading commit data...
metamask-detector.js Loading commit data...
popup.html Loading commit data...
popup.js Loading commit data...
popup.js.backup Loading commit data...