We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6453066 commit 893407fCopy full SHA for 893407f
app/lib/shared/handlers.dart
@@ -30,7 +30,7 @@ Map<String, Object> _htmlResponseHeaders(
30
headers ??= <String, Object>{};
31
headers['content-type'] = 'text/html; charset="utf-8"';
32
headers['referrer-policy'] =
33
- noReferrer ? 'no-referrer' : 'no-referrer-when-downgrade';
+ noReferrer ? 'no-referrer' : 'strict-origin-when-cross-origin';
34
return headers;
35
}
36
0 commit comments