Skip to content

Commit 56052c9

Browse files
authored
fix: auth_https_only (#777)
1 parent 680589f commit 56052c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integration/fragments/init-server.jmx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@
368368
<elementProp name="" elementType="HTTPArgument">
369369
<boolProp name="HTTPArgument.always_encode">false</boolProp>
370370
<stringProp name="Argument.value">{&#xd;
371-
&quot;lnbits_callback_url_rules&quot;: []&#xd;
371+
&quot;lnbits_callback_url_rules&quot;: [],&#xd;
372+
&quot;auth_https_only&quot;: true&#xd;
372373
}</stringProp>
373374
<stringProp name="Argument.metadata">=</stringProp>
374375
</elementProp>

0 commit comments

Comments
 (0)