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
Copy file name to clipboardExpand all lines: lib/PuppeteerSharp/NavigationOptions.cs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,5 +23,10 @@ public class NavigationOptions
23
23
/// </summary>
24
24
/// <value>The referer.</value>
25
25
publicstringReferer{get;set;}
26
+
27
+
/// <summary>
28
+
/// Referrer policy. If provided it will take preference over the referer-policy header value set by <see cref="IPage.SetExtraHttpHeadersAsync(System.Collections.Generic.Dictionary{string, string})"/>.
0 commit comments