You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems a bit strange that you can get it indirectly using <link rel="preload" referrerpolicy="..." href="..."> plus a later <script src="...">, but can't just do <script src="..." referrerpolicy="..."> directly.
It seems a bit strange that you can get it indirectly using
<link rel="preload" referrerpolicy="..." href="...">plus a later<script src="...">, but can't just do<script src="..." referrerpolicy="...">directly.