We have a security scan risk where the request from the browser in Burp is intercepted, modified to have a malicious host, and sent to the server. We have observed that the server redirects to a malicious site.Below are my queries:Is there any way to Validate the Host header?Will there be any conseq...
Similar question here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-smart-tag-assets-feature-flag-configuration-is-missing-in/td-p/240756
Hope it helps!
Thanks,Kiran Vedantam.
Hi @robertn60744284
Can you check if this helps you: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/always-use-english-in-wcm-edit-mode/m-p/226311
Thanks.
Hi @Tam123456
Couple of things to check here:
Access to apply the metadata to that folderErrors in logErrors in console
Refer this link: https://medium.com/@theopendle/aem-custom-metadata-forms-for-assets-8c6597205f9d
Hope it helps!
Thanks,Kiran Vedantam.
Hi @Nandheswara
Can you check if you are also getting the same message in view as a published mode?
If yes, add the data-sly-test condition to show the placeholder if no text exists.
Hope it helps!
Thanks,Kiran Vedantam.
Hi @MaheshNarayanan5
Please find the link to setup AEM in eclipse: https://www.aemcq5tutorials.com/tutorials/configure-aem-plugin-for-eclipse. If you still see the issue, share the screenshot.
Hope it helps!
Thanks,Kiran Vedantam.
Can you check the caconfig path in crxde? It should be pointing to the content path as your are trying to save it at the content node level not conf. May be your configuration is having an issue.
Hi @jezwn
The correct way to do it in extending the DAM asset update workflow as it takes care of all the other activities. Create a custom step and include the logic of attaching the tags.
Hope it helps!
Thanks,Kiran Vedantam.
Hi @prasanthnapa2904
Create a custom JS and add the below logic
$("name='./<your field name>'").attr("aria-required", "true");
Hope it helps!
Thanks,Kiran Vedantam.
Hi @akshaybhujbale
Please go through the below links for best practices. AEM Ideally would accept all the best practices mentioned.
https://apaleo.dev/guides/oauth-connection/best-practices.html#client-id-and-secret
https://stackoverflow.blog/2021/10/06/best-practices-for-authentication-and-aut...