Skip to content

Commit

Permalink
Corrected typo in the CrossOriginValue const value
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcrpinto committed May 30, 2023
1 parent 97e3c4a commit 031a667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/CrossOriginResourcePolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class CrossOriginResourcePolicy : IConfigurationBase
/// Requests from any Origin (both same-site and cross-site) can read the resource.
/// Browsers are using this policy when an CORP header is not specified.
/// </summary>
public const string CrossOriginValue = "same-origin";
public const string CrossOriginValue = "cross-origin";

public enum CrossOriginResourceOptions
{
Expand Down

0 comments on commit 031a667

Please sign in to comment.