flip
flip copied to clipboard
Turn features on and off with URL parameter
Hello friends,
Is there a way to turn the features on and off by adding URL parameter.
Like http://mysite.com?new-header=true
?
Thank you
@evgenyneu I think you could pretty easily accomplish this by implementing a strategy.
You could basically copy the cookie strategy, and change it to use params
instead of cookies
. Also, you would probably want to define switchable?
to return false
.