Skip to content

1.6.8

Choose a tag to compare

@brondsem brondsem released this 06 Jan 22:49
· 6 commits to main since this release

QueryStringConditionSet now also checks the referrer's query if the request is: a POST, xhr, fetch, or other ajax request. This makes it so if you visit a page with ?some-switch-enabler then ajax requests on that page will have the switch enabled too. And submitting a form on that page would have the switch enabled for the code that receives the post