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
trying sandboxing a webapp using WorkerDOM. Currently, the <script> attached by the worker thread is executed on the host, so I had to add a filter rule to prevent this.
trying sandboxing a webapp using WorkerDOM. Currently, the
<script>
attached by the worker thread is executed on the host, so I had to add a filter rule to prevent this.https://github.com/ampproject/worker-dom/blob/da975ce/src/main-thread/commands/child-list.ts#L38
But I think this is too close to implementation detail.
Is there a good place to configure when installing WorkerDOM?
The text was updated successfully, but these errors were encountered: