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 d3ec3de + 11feecf commit c515617Copy full SHA for c515617
lib/public/AppFramework/Http/Attribute/CORS.php
@@ -12,7 +12,9 @@
12
use Attribute;
13
14
/**
15
- * 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.
16
+ * See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS for an explanation of the functionality and the security implications.
17
+ * See https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/rest_apis.html on how to implement it in your controller.
18
*
19
* @since 27.0.0
20
*/
0 commit comments