We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
atob
1 parent b399854 commit 58ee06bCopy full SHA for 58ee06b
src/components/MenuXss.vue
@@ -117,10 +117,6 @@
117
/>
118
</VList>
119
</VMenu>
120
- <VListItem
121
- title="atob() helper"
122
- @click="applyFunction('Encode.AtobHelper.encode')"
123
- />
124
<VMenu location="end" open-on-hover>
125
<template #activator="{ props }">
126
<VListItem
@@ -145,6 +141,10 @@
145
141
146
142
147
143
144
+ <VListItem
+ title="atob() helper"
+ @click="applyFunction('Encode.AtobHelper.encode')"
+ />
148
149
title="Polyglot"
150
@click="applyFunction('Payload.XSS.polyglot', true)"
0 commit comments