mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
Merge pull request #10383 from nextcloud/bugfix/noid/allow-to-access-svgs-as-guest
Allow to access SVGs as guest
This commit is contained in:
commit
35afd4ea5f
1 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ class SvgController extends Controller {
|
|||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @PublicPage
|
||||
* @NoCSRFRequired
|
||||
*
|
||||
* Generate svg from filename with the requested color
|
||||
|
|
@ -72,7 +72,7 @@ class SvgController extends Controller {
|
|||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @PublicPage
|
||||
* @NoCSRFRequired
|
||||
*
|
||||
* Generate svg from filename with the requested color
|
||||
|
|
@ -141,4 +141,4 @@ class SvgController extends Controller {
|
|||
|
||||
return $response;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue