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.
2 parents 3fef4b1 + d64c72b commit 8f71dd7Copy full SHA for 8f71dd7
lib/public/AppFramework/Http/Attribute/CORS.php
@@ -28,7 +28,9 @@
28
use Attribute;
29
30
/**
31
- * Attribute for controller methods that can also be accessed by not logged-in user
+ * Attribute for controller methods that can also be accessed by other websites.
32
+ * See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS for an explanation of the functionality and the security implications.
33
+ * See https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/rest_apis.html on how to implement it in your controller.
34
*
35
* @since 27.0.0
36
*/
0 commit comments