-
Notifications
You must be signed in to change notification settings - Fork 4
Should use a WP plugin to integrate with sandstorm rather than a fork #4
Comments
Likely a good suggestion, but a counter thought is: What happens if you're running WordPress in Sandstorm and you disable your Sandstorm integration plugin and can no longer authenticate? |
This is less of a problem on Sandstorm. The WordPress Sandstorm app only exposes static content to the outside world, disallows outgoing network requests, and is tightly sandboxed from the rest of your machine. There's a lot less to fear than with a standard WordPress install.
Much of the Sandstorm integration is already in a plugin. In fact, it's a must use plugin, so @ocdtrekkie's concern does not apply. I agree that it would be awesome if I didn't need to maintain a fork, but there are some obstacles: |
Some of these issues could be resolved by getting a little fancy with PHP's output buffering. You could I know that won't take care of all the patches you need to make but maybe it would be easier to maintain the fork with fewer patches? Just a thought. |
Wow, output buffering looks like it could really come in handy sometimes. I'm not sure that it is worth the trouble in this particular case, but it definitely seems useful to know about. |
This issue was moved to sandstormports/wordpress-sandstorm#3 |
WP is notorios for being insecure when left unupdated, and updating is hard when using forks :) Switch this to use a WP plugin than a fork.
The text was updated successfully, but these errors were encountered: