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

there is a string "/wp-content/uploads/" in the posted article, it will be automatically rewritten to StorageURL. #256

Open
1 task done
sasaki0605 opened this issue Oct 18, 2024 · 1 comment
Labels
type:bug Something isn’t working.

Comments

@sasaki0605
Copy link

Describe the bug

We used WordPress on App Service to build an external public site.
I’m utilizing the Azure Storage plugin to keep images in Azure Storage.

■ What I’m having trouble with right now

If there is a string containing “/wp-content/uploads/” in the posted article, it will be automatically rewritten to StorageURL.

I’m very troubled because if the string in the posted article is automatically rewritten, it won’t be the correct link.

Steps to Reproduce

1.Create a new post
2.Write a link URL containing the string "/wp-content/uploads/"
3.Even if the URL should not be rewritten, it will automatically be changed to the Storage URL.

Screenshots, screen recording, code snippet

No response

Environment information

No response

WordPress information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@sasaki0605 sasaki0605 added the type:bug Something isn’t working. label Oct 18, 2024
@sasaki0605
Copy link
Author

There was a mistake in the reproduction procedure, so I will change it.

Steps to Reproduce

  1. Create a new post
  2. Write a string containing ・ in the post
  3. Preview
  4. The "/wp-content/uploads/" part is rewritten to AzureStorageURL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn’t working.
Projects
None yet
Development

No branches or pull requests

1 participant