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

[pull] main from benbusby:main #75

Merged
merged 6 commits into from
Nov 2, 2023
Merged

[pull] main from benbusby:main #75

merged 6 commits into from
Nov 2, 2023

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    9cc1004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a10efb View commit details
    Browse the repository at this point in the history
  3. Bump urllib3 from 1.26.17 to 1.26.18 (#1085)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.17...1.26.18)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1644a4a View commit details
    Browse the repository at this point in the history
  4. Bump werkzeug from 2.3.3 to 3.0.1 (#1093)

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.3 to 3.0.1.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@2.3.3...3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2a0b9a4 View commit details
    Browse the repository at this point in the history
  5. Specify links that should trigger div removal from results

    There are certain links (such as the age verification link mentioned in
    issue #1083) that should trigger removal of the entire container div on
    the results page, rather than just hiding the link itself.
    
    This introduces a new `unsupported_g_divs` list that holds links that
    will trigger a removal of the result div on the result page.
    
    Fixes #1083
    benbusby committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9f68c84 View commit details
    Browse the repository at this point in the history
  6. Bump version to 0.8.4

    benbusby committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b97f3dd View commit details
    Browse the repository at this point in the history