You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
Right now, in production mode, we are setting CSP on
onHeadersReceived
https://github.com/paritytech/fether/blob/d0ae207176fd28b8e986e01499f749c4e676c40a/packages/fether-electron/src/main/app/methods/setupRequestListeners.js#L40-L53
However, this doesn't actually set the CSPs: https://electronjs.org/docs/tutorial/security#csp-meta-tag.
We need to manually add a
<meta>
tag in index.htmlThe text was updated successfully, but these errors were encountered: