You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And my story args should be like this &args=client_date_format%3Add.MM.yyyy
But I get the message Omitted potentially unsafe URL args.
Could you please allow dots in string arguments or add an option to disable this validation, because an XSS attack on the static server without a backend can't do something harmful, but the lack of tests can.
Describe the bug
Hello. I'm writing playwright tests according to this guide
https://storybook.js.org/docs/writing-tests/import-stories-in-tests/stories-in-end-to-end-tests#with-playwright
And my story args should be like this
&args=client_date_format%3Add.MM.yyyy
But I get the message
Omitted potentially unsafe URL args.
Could you please allow dots in string arguments or add an option to disable this validation, because an XSS attack on the static server without a backend can't do something harmful, but the lack of tests can.
Reproduction link
https://5f27fec87f827f00226fd51a-mkzlawwyms.chromatic.com/?path=/story/components-badge--base&args=children:Test.Test&globals=colorScheme:dark
Reproduction steps
Expected behavior:
Test.Test
children
control isTest.Test
Actual behavior:
Badge
)Badge
)System
Storybook Environment Info: System: OS: Linux 6.8 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish) CPU: (8) x64 Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz Shell: 5.1.16 - /bin/bash Binaries: Node: 20.18.0 - /usr/local/bin/node Yarn: 4.5.3 - /usr/local/bin/yarn <----- active npm: 10.8.2 - /usr/local/bin/npm
Additional context
No response
The text was updated successfully, but these errors were encountered: