Fixed Paperless and Nextcloud behind reverse-proxies#106
Fixed Paperless and Nextcloud behind reverse-proxies#106XobrekX wants to merge 1 commit intonextcloud:mainfrom
Conversation
Signed-off-by: Kai-Jannick Fritsch <kai.fritsch96@gmail.com>
provokateurin
left a comment
There was a problem hiding this comment.
It is bad for security to have it always enabled.
You should always use the external address of your paperless-ngx instance, to avoid such issues.
|
I configured the external address of my paperless-ngx instance, but as described in the Issue, this is a bug that needs to be fixed for this app. |
|
I had a look at the server code for these two options again and I'm still convinced that it's wrong to always enable it. I think there are two possible ways this is happening:
|
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
I fixed this issue in this commit: Issue #60