Skip to content

[Web] Enable networking by default in Playground web #2296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: prefetch-wp-admin-requests
Choose a base branch
from

Conversation

adamziel
Copy link
Collaborator

Enables the networking setting by default on playground.wordpress.net.

Having networking disabled by default is a performance optimization but also a major gotcha. Server-side WordPress typically has unrestricted network access. #2295 resolves the performance issue, removing the last blocker to changing the default setting.

This PR also updates the documentation pages.

Solves #1225

Solves #85

Testing instructions

  • Open local Playground and confirm the networking is enabled.
  • Play with the networking checkbox in Playground settings, confirm you can disable and re-enable network access.
  • Ditto for ?networking=yes|no in the query params
  • Ditto for {"features": { "networking": true | false }} in Blueprints

cc @fellyph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant