File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export default defineComponent({
171
171
class =" text-green-500"
172
172
>disable Chrome web security</a > to allow manipulating an iframe on a different origin.
173
173
</p >
174
- <pre class =" my-2 p-2 rounded bg-gray-100 dark:bg-gray-900 text-sm" >google-chrome --disable-web-security --user-data-dir="temp-chrome-data"</pre >
174
+ <pre class =" my-2 p-2 rounded bg-gray-100 dark:bg-gray-900 text-sm" >google-chrome --disable-web-security --disable-site-isolation-trials -- user-data-dir="temp-chrome-data"</pre >
175
175
<p >If the devtools have trouble connecting to the webpage, please put this snippet in the target app HTML before the main scripts:</p >
176
176
<pre
177
177
class =" my-2 p-2 rounded bg-gray-100 dark:bg-gray-900 text-sm"
@@ -192,7 +192,7 @@ export default defineComponent({
192
192
target =" _blank"
193
193
class =" text-green-500"
194
194
>disable Chrome web security</a > to allow manipulating an iframe on a different origin.
195
- <pre class =" my-2 p-2 rounded bg-gray-100 dark:bg-gray-900 text-sm" >google-chrome --disable-web-security --user-data-dir="temp-chrome-data"</pre >
195
+ <pre class =" my-2 p-2 rounded bg-gray-100 dark:bg-gray-900 text-sm" >google-chrome --disable-web-security --disable-site-isolation-trials -- user-data-dir="temp-chrome-data"</pre >
196
196
</div >
197
197
</VueModal >
198
198
</div >
You can’t perform that action at this time.
0 commit comments