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
Playground has a lot of features, with ideas for more in the works. It would be good to have a feature gallery to show everything that Playground has to offer.
Implementation Ideas
By default, we could include a button to open the feature gallery when Playground is launched. The gallery would present the user with a list of checkboxes for the features, and another button to refresh Playground with the selected features enabled.
…128)
## Motivation for the change, related issues
Currently, the proxy is only open to very specific repos that was done
to avoid abuse when the public playground instance was used. Now that we
have a private one that we are in control of, we can open this up to all
Automattic, WordPress and Woocommerce repos. Those are trusted
Automattic repos that we control and can be assured of their security.
## Implementation details
There is a list of orgs that are allowed, and only the repos that match
these orgs are okay within the proxy. Anything else is rejected.
I've also tried to limit what's exposed via any exceptions that are
thrown for security reasons.
## Testing Instructions (or ideally a Blueprint)
- Run a php server within the public folder
- Attempt to test against an Automattic plugin that would previously not
be allowed, like Remote Data Blocks
---------
Co-authored-by: Adam Zieliński <[email protected]>
Playground has a lot of features, with ideas for more in the works. It would be good to have a feature gallery to show everything that Playground has to offer.
Implementation Ideas
By default, we could include a button to open the feature gallery when Playground is launched. The gallery would present the user with a list of checkboxes for the features, and another button to refresh Playground with the selected features enabled.
List of Features
Theme installation
Plugin installation
CLI and networking support #119
Add import and export logic #110
Code editor #71
Switching PHP and WP versions
The text was updated successfully, but these errors were encountered: