Skip to content

Commit

Permalink
Merge pull request #924 from nextcloud/fix-public-iframes
Browse files Browse the repository at this point in the history
Add @NoSameSiteCookieRequired to the publicIndexForEmbedding endpoint
  • Loading branch information
georgehrke committed Oct 17, 2018
2 parents 26afd85 + 8dd1815 commit 54421e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/viewcontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public function publicIndexWithBrandingAndFancyName($token) {
/**
* @PublicPage
* @NoCSRFRequired
* @NoSameSiteCookieRequired
*
* @param string $token
*
Expand Down

0 comments on commit 54421e3

Please sign in to comment.