Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CSP violation when collabora server has so-called 'service root' #1000

Merged
merged 1 commit into from Jun 2, 2020

Conversation

timar
Copy link
Member

@timar timar commented May 29, 2020

Signed-off-by: Andras Timar andras.timar@collabora.com

When WOPI URL has a service root part, e.g. it is https://office.test/collabora, there was a CSP violation.

main.js?v=4f4557d9-0:25 Refused to send form data to 'https://office.test/collabora/loleaflet/230f05fb1/loleaflet.html?WOPISrc=https%3A%2F%2Fcloud.test%2Findex.php%2Fapps%2Frichdocuments%2Fwopi%2Ffiles%2F21_ocelllpoy1kf&title=Example.odt&lang=en&closebutton=1&revisionhistory=1' because it violates the following Content Security Policy directive: "form-action 'self' https://office.test/collabora".

Signed-off-by: Andras Timar <andras.timar@collabora.com>
@timar timar requested a review from juliushaertl May 29, 2020 14:27
@juliushaertl juliushaertl merged commit e9431cf into master Jun 2, 2020
@juliushaertl juliushaertl deleted the timar-domainonly branch June 2, 2020 09:12
ldidry added a commit to ldidry/richdocuments that referenced this pull request Feb 16, 2022
When Nextcloud has a service root part, e.g. it is https://example.org/nextcloud, there was a CSP violation.

```
Refused to send form data to 'https://coolwsd.example.org/browser/739da71/cool.html?WOPISrc=https%3A%2F…gl&title=Foobar.ods&lang=fr&closebutton=1&revisionhistory=1' because it violates the following Content Security Policy directive: "form-action 'self'".
```

Similar to PR nextcloud#1000
ldidry added a commit to ldidry/richdocuments that referenced this pull request Feb 16, 2022
When Nextcloud has a service root part, e.g. it is https://example.org/nextcloud, there was a CSP violation.

```
Refused to send form data to 'https://coolwsd.example.org/browser/739da71/cool.html?WOPISrc=https%3A%2F…gl&title=Foobar.ods&lang=fr&closebutton=1&revisionhistory=1' because it violates the following Content Security Policy directive: "form-action 'self'".
```

Similar to PR nextcloud#1000

Signed-off-by: Luc Didry <luc@didry.org>
ldidry added a commit to ldidry/richdocuments that referenced this pull request Feb 16, 2022
When Nextcloud has a service root part, e.g. it is https://example.org/nextcloud, there was a CSP violation.

```
Refused to send form data to 'https://coolwsd.example.org/browser/739da71/cool.html?WOPISrc=https%3A%2F…gl&title=Foobar.ods&lang=fr&closebutton=1&revisionhistory=1' because it violates the following Content Security Policy directive: "form-action 'self'".
```

Similar to PR nextcloud#1000

Signed-off-by: Luc Didry <luc@didry.org>
ldidry added a commit to ldidry/richdocuments that referenced this pull request Feb 16, 2022
When Nextcloud has a service root part, e.g. it is https://example.org/nextcloud, there was a CSP violation.

```
Refused to send form data to 'https://coolwsd.example.org/browser/739da71/cool.html?WOPISrc=https%3A%2F…gl&title=Foobar.ods&lang=fr&closebutton=1&revisionhistory=1' because it violates the following Content Security Policy directive: "form-action 'self'".
```

Similar to PR nextcloud#1000

Signed-off-by: Luc Didry <luc@didry.org>
backportbot-nextcloud bot pushed a commit that referenced this pull request Feb 16, 2022
When Nextcloud has a service root part, e.g. it is https://example.org/nextcloud, there was a CSP violation.

```
Refused to send form data to 'https://coolwsd.example.org/browser/739da71/cool.html?WOPISrc=https%3A%2F…gl&title=Foobar.ods&lang=fr&closebutton=1&revisionhistory=1' because it violates the following Content Security Policy directive: "form-action 'self'".
```

Similar to PR #1000

Signed-off-by: Luc Didry <luc@didry.org>
backportbot-nextcloud bot pushed a commit that referenced this pull request Feb 21, 2022
When Nextcloud has a service root part, e.g. it is https://example.org/nextcloud, there was a CSP violation.

```
Refused to send form data to 'https://coolwsd.example.org/browser/739da71/cool.html?WOPISrc=https%3A%2F…gl&title=Foobar.ods&lang=fr&closebutton=1&revisionhistory=1' because it violates the following Content Security Policy directive: "form-action 'self'".
```

Similar to PR #1000

Signed-off-by: Luc Didry <luc@didry.org>
Raudius pushed a commit that referenced this pull request Jul 27, 2022
When Nextcloud has a service root part, e.g. it is https://example.org/nextcloud, there was a CSP violation.

```
Refused to send form data to 'https://coolwsd.example.org/browser/739da71/cool.html?WOPISrc=https%3A%2F…gl&title=Foobar.ods&lang=fr&closebutton=1&revisionhistory=1' because it violates the following Content Security Policy directive: "form-action 'self'".
```

Similar to PR #1000

Signed-off-by: Luc Didry <luc@didry.org>
Signed-off-by: Raul <raul@nextcloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants