Skip to content
#

browser

Here are 287 public repositories matching this topic...

monuelo
monuelo commented Jun 21, 2021

Description

Importing a module using import * may unintentionally pollute the global namespace if the module does not define __all__

_When you import a module using from xxx import * all public names defined in the module are imported and bound in the local namespace of the import statement. The public names are determined by checking the all variable for the module. If _all

Browser Exploitation Framework is a Open-source penetration testing tool that focuses on browser-based vulnerabilities .This Python Script does the changes Required to make hooked Linked Accessible Over WAN .So anyone can use this framework and Attack Over WAN without Port Forwarding [NGROK or any Localhost to Webhost Service Required ]

  • Updated Mar 3, 2020
  • Python
browser-history
Samyak2
Samyak2 commented May 22, 2022

Current situation

There are 3 separate CI workflows: https://github.com/browser-history/browser-history/tree/86ba3fe335d10c3cc54335a3b12d418623cae92e/.github/workflows

Even among the 3, many things are not checked. python-package checks using pylint but not flake8 (we use both). Formatting via black is not checked.

Solution

Have a single ci.yml (or push-or-pr.yml) that chec

good first issue refactor priority: high
pauleveritt
pauleveritt commented May 1, 2021

The example doesn't work out-of-the-box, as changes aren't reloaded. IMO, this line in examples/server/settings.py should default to True:

DEBUG = config("DEBUG", cast=bool, default=False)

As background, I was working very slowly on writing just this very thing: a reloader more sophisticated/performant than livereload, based on the watchgod changeset approach, in Star

good first issue

Improve this page

Add a description, image, and links to the browser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the browser topic, visit your repo's landing page and select "manage topics."

Learn more