We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b8558 commit 78b4f4dCopy full SHA for 78b4f4d
src/CrossOriginProxy.php
@@ -12,8 +12,8 @@ class CrossOriginProxy
12
/**
13
* Proxies the incoming request and outputs the response, including headers.
14
*
15
- * @param whitelist Array of acceptable request URLs.
16
- * @param curl_opts Array of cURL options to add to proxy request.
+ * @param whitelist Array of request URLs whitelist rules.
+ * @param curl_opts Array of cURL options for proxy request.
17
* @param zlib Value for zlib.output_compression.
18
19
* @see http://php.net/manual/function.curl-setopt.php
0 commit comments