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

Security flaw with default settings #25

Open
hankthetank opened this issue Feb 16, 2024 · 0 comments
Open

Security flaw with default settings #25

hankthetank opened this issue Feb 16, 2024 · 0 comments

Comments

@hankthetank
Copy link

The arg --no-sandbox is hardcoded in the get_chrome_args() and can't be overwritten easily. This setting is a huge security flaw. Please make sure that we can override this and remove it from the default settings.

def get_chrome_args(): return [ settings.CHROME_PATH, '--no-sandbox', # Avoids permission issues while dockerized. '--headless', '--disable-extensions', # Reduces startup overhead. '--disable-gpu', # Required by chrome's headless mode for now. ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant