-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix referrer policy meta tags. #14318
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 referrer policy meta tags. #14318
Conversation
|
Could you rebase your branch to master and change target? Backportbot will do the backport if possible. Workflow is usually pr against master and backport to stableX |
🎉 Thank you for your contribution! |
Signed-off-by: Dominik Wasielewski <[email protected]>
4f82f8c to
782e828
Compare
|
I have redone my changes based on current master and changed the target to master. Best, |
MorrisJobke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with that 👍
Signed-off-by: Dominik Wasielewski <[email protected]>
I have also removed this tag, I believe that this is totally unnecessary since there is no referrer-policy |
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
|
/backport to stable15 |
|
backport to stable15 in #14438 |
Close #14374
Hello everybody,
I have change the referrer policy in the .htaccess file in the nextcloud root. I noticed that the setting does not work because there are still meta tags that manipulate the referrer policy.
In this PR I want to remove the unnecessary meta tags from the layout files so changes at the .htaccess referrer policy will work.
Best,
Dominik