local-traffic 0.1.21 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ npx local-traffic
|
|
|
62
62
|
11. From the web config editor, create a SSL keypair and start working with a self signed SSL certificate right away
|
|
63
63
|
12. Your page will use /jquery-local/jquery.js instead of the CDN asset, and will serve the file from your hard drive
|
|
64
64
|
13. Use the /local-traffic-worker.js service worker to walk around the CORS restrictions when your api does a request to some-cors-restricted-domain.com (>= 0.1.4)
|
|
65
|
-
14. Use the /cors-proxy?url=https://example.com route as a standard cors-proxy (>= 0.1.
|
|
65
|
+
14. Use the /cors-proxy?url=https://example.com route as a standard cors-proxy (>= 0.1.22)
|
|
66
66
|
|
|
67
67
|
## usage
|
|
68
68
|
|