Today I came up with a conjecture using GeoGebra software, please, if anyone can help prove it, please do so.
We have a parabola $P$ with focus $F$ and directrix $L$
$M$ is a point on $P$ not on its axis.
Point $M'$ is the projection of $M$ onto the directrix .
Let $A,B$ be the points of intersection of line $M'F$ with $P$.
We draw the tangents $NA,NB$ to $P$.
$N$ is on $L$ because $AB$ is a focal chord.
My conjecture states that $MN$ passes through the vertex of $P$.
Please mention a reference if this feature was previously discovered.

Take the parabola,
$4 p y = x^2$
It's focus $F = (0, p)$ and directrix $y = -p$
Parametric equation of parabola is
$P(t) = ( t , t^2 / 4 p ) $
The tangent direction is given by the derivative of $P(t)$
$P'(t) = ( 1, t / (2 p) )$
Take $t_1$ on the parabola, equation of tangent
$T_1(s) = (t_1 , t_1^2 / 4p ) + s (1 , t_1 / (2p) )$
Take $t_2$ on the parabola, equation of tangent
$T_2(w) = (t_2, t_2^2/ 4 p) + w (1, t_2 / (2p) ) $
If $(1, t_1/2p)$ is perpendicular to $(1, t_2/(2p))$, then
$1 + t_1 t_2 / (4 p^2) = 0$
and from this $t_2 = - 4 p^2 / t_1$
Now, for the intersection of the two tangents, we have, the linear system
$ \begin{bmatrix} 1 && -1 \\ t_1 / (2p) && - t_2 / (2p) \end{bmatrix} \begin{bmatrix} s \\ w \end{bmatrix} = \begin{bmatrix} t_2 - t_1 \\ (t_2^2 - t_1^2) / (4 p ) \end{bmatrix} $
Solution for $s$ is
$s = 1/2 ( t_2 - t_1 )$
Plug this into the expression of $T_1$, the intersection point $N$ is
$N = (t_1 , t_1^2 / (4p) ) + 1/2 (t_2 - t_1) ( 1, t_1 / (2p) )$
$ = ( 1/2 (t_1 + t_2) , 1/(4 p) ( t_1^2 + t_1 t_2 - t_1^2 ) ) $
but $t_1 t_2 / (4 p^2) = -1$
so,
intersection point of the two tangents is $N = ( 1/2 (t_1 + t_2) , - p )$
Now, the intersection of the line passing through $( t_1, t_1^2/(4p) )$ and $(t_2, t_2^2 / (4p) )$ with the directrix is
$L_3: (t_1 , t_1^2/(4p)) + r ( t_2 - t_1, (t_2^2 - t_1^2 ) / (4 p) )$
Set the y-coordinate equal to $-p$, and solve for $r$
$r = (- 4 p^2 - t_1^2 ) / (t_2^2 - t_1^2 )$
the x-ordinate of this intersection point is
$x_{M} = t_1 + (t_2 - t_1) \cdot ( - 4 p^2 - t_1^2 ) / (t_2^2 - t_1^2) = ( - 8 p^2 ) / (t_1 + t_2) $
y-ordinate of $M$ is
$y = 1/(4 p) x^2 = 1/(4 p) . 64 p^4 / (t1 + t2)^2 = 16 p^3 / (t_1 + t_2)^2$
So, now we have the point $N = ( 1/2 (t1 + t2) , - p)$ and $M = ( -8 p^2 / (t1 + t2) , 16 p^3 / (t1 + t2)^2 )$
Connect them with a line and find the x-intercept
$L_4: ( 1/2 (t_1 + t_2) , - p) + w ( - 8 p^2 / (t_1 + t_2) - 1/2 (t_1 + t_2) , p + 16 p^3 / (t_1 + t_2)^2 )$
at $y = 0$
$ p = w ( p + 16 p^3 / (t1 + t2)^2 ) $
so,
$ 1 = w ( 1 + 16 p^2 / (t_1 + t_2)^2 )$
and this gives,
$w = (t_1 + t_2)^2 / ( (t_1 + t_2)^2 + 16 p^2 )$
x-ordinate of this x-intercept point is
$x = 1/2 (t_1 + t_2) + [(t_1 + t_2)^2 / ( (t_1 + t_2)^2 + 16 p^2 )] ( - 8 p^2 / (t_1 + t_2) - 1/2 (t_1 + t_2) )$
simplifying,
$x = 1/2 (t_1 + t_2) + [(t_1 + t_2) / ( (t_1 + t_2)^2 + 16 p^2 )] ( - 8 p^2 - 1/2 (t_1 + t_2)^2 ) = 0 $
Hence, indeed the line joining $M$ and $N$ passes through the vertex $(0,0)$.