📡 go back to using default referrer policy

This commit is contained in:
DrMaxNix 2023-08-22 14:16:40 +02:00
parent 1270912a42
commit c1a58340ce
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
Page::lang($lang->get());
Page::viewport(scale: 1, zoom: true);
Page::referrer("same-origin");
Page::robots(index: true, follow: true);
Page::author("Kim Endisch");