Skip to content

Commit 5de730c

Browse files
committed
Added taint test
1 parent 3a1792a commit 5de730c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/routes/(v1)/tainted/programmatically/+page.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
);
100100
}}>Three scoops, untaint all</button
101101
>
102+
<button
103+
on:click={() => {
104+
form.update(($form) => $form, { taint: 'untaint-form' });
105+
}}>No modifications, just untaint</button
106+
>
102107
</div>
103108

104109
<style>

0 commit comments

Comments
 (0)