Skip to content

fix(websiteBlockerManager.py): set listen host to 127.0.0.1 for mit… #1364

fix(websiteBlockerManager.py): set listen host to 127.0.0.1 for mit…

fix(websiteBlockerManager.py): set listen host to 127.0.0.1 for mit… #1364

Workflow file for this run

name: Build App
on:
push:
workflow_dispatch:
jobs:
check-mitmproxy-version:
uses: ./.github/workflows/reusable-check-mitmproxy-version.yml
secrets: inherit
build:
uses: ./.github/workflows/reusable-build-app.yml
needs: check-mitmproxy-version
with:
deployment: false
mitmproxy-version: ${{ needs.check-mitmproxy-version.outputs.mitmproxy-version }}
secrets: inherit