Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Port fix for URL helper redirect #6916

Merged
merged 2 commits into from
Oct 5, 2017
Merged

Conversation

sebastienros
Copy link
Member

Fixes #6910

var relaxedLocalRedirectValidation = false;
var success = AppContext.TryGetSwitch(UseRelaxedLocalRedirectValidationSwitch, out relaxedLocalRedirectValidation);

if (relaxedLocalRedirectValidation)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (AppContext.TryGetSwitch(UseRelaxedLocalRedirectValidationSwitch, out var relaxedLocalRedirectValidation) && relaxedLocalRedirectValidation)

@sebastienros sebastienros merged commit c4400d2 into rel/2.0.1 Oct 5, 2017
@dougbu dougbu deleted the sebros/portpatch201 branch July 15, 2018 03:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants