Qksqt incoming network connections

When I plot with the GR backend (Plots.jl) a popup window asks

Do you want the application “gksqt.app” to accept incoming network connections?

This appears each time I plot. How can I avoid this?

julia> versioninfo()
Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin18.7.0)
  CPU: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Environment:
  JULIA_NUM_THREADS = 8
  JULIA_PKG_DEVDIR = /Users/lutz/Documents/julia
  JULIA_EDITOR = /usr/local/bin/code

Plots v1.15.2
GR v0.57.4

Did you happen to find out why this happens? This happened just after I updated to 1.6.1 and I’m also on macOS. Thanks.

No - I ended up switching to Makie. So I don’t know what the status is.