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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ This is a simple and opinionated plugin for helping develop/debug WooCommerce &
5
5
6
6
### Use Forwarded URLs
7
7
8
-
Once activated, this plugin will make WordPress use `HTTP_X_FORWARDED_HOST` for all your links instead of your site URL. No configuration needed.
8
+
Once activated, this plugin will make WordPress use `HTTP_X_FORWARDED_HOST`or `HTTP_X_ORIGINAL_HOST`for all your links instead of your site URL. No configuration needed.
9
9
10
-
We like [ForwardHQ](https://fwd.wf) for this, along with a `ForwardFile` in your WordPress root.
10
+
We like to use [NGrok](http://ngrok.com/) for this.
11
11
12
12
### Subscriptions (v1.5.x and v2.x.x)
13
13
@@ -46,6 +46,7 @@ Download and install just like any other WordPress plugin. If you want to be rea
46
46
47
47
### 1.0.0 - 2018-11-06
48
48
* Refactor - Use namespaces and rename classes
49
+
* Tweak - Add support for ngrok
49
50
50
51
### 0.8.1 - 2017.12.13
51
52
* Fix - Remove WC 3.3+ "Connect to WooCommerce" notice when official plugins are active
0 commit comments