Skip to content
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

electron: only allow browser-window #7205

Merged
merged 1 commit into from
Feb 25, 2020
Merged

electron: only allow browser-window #7205

merged 1 commit into from
Feb 25, 2020

Commits on Feb 25, 2020

  1. electron: only allow browser-window

    Only allow http request from Electron's own browser-window. Token is
    generated within electron-main, which also sets it as a cookie within
    browser-windows. Token is passed to the backend via environment
    variables. The backend is looking for this specific token to authorize
    requests.
    
    Fixes https://bugs.eclipse.org/bugs/show_bug.cgi?id=551747
    
    Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
    paul-marechal committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7cc8b32 View commit details
    Browse the repository at this point in the history