Thank you very much @h_kataria This is exactly what I needed.Here are screenshots of how I had to set it up:Out of the box they are ignoredAdjusting the runner resulted in a proper execution I used-ea-Dsling.it.instances=2-Dsling.it.instance.url.1=http://localhost:4502-Dsling.it.instance.runmode.1=a...
Good afternoon, I just created an aem project based on the latest archetype.When I press the green run button for the integration tests intellij tell me they are ignored. The test work perfectly fine when executed with the maven command, but I want to debug them in Intellij.I did not change anythi...
@EstebanBustamante Thank you for your input.The aspect ratio property with the value 16/9 also works for me when I manually add ' before and after 16/9.I also know it works when using the number 1.77 instead of 16/9. The goal would be to get the code working without influencing what the editors copi...
@krishna_sai Thank you for your answer. As stated in the original post I am aware of the xssprotection and already enabled the properties I need. The question is why the slash is removed by aem and how I can prevent this.
Hi @TarunKumar Thank you for your fast reply.I do not think this is possible in out use case as editors will add an Embed component like in the Screenshot with code copied from another service and expects that it works. My goal is not keep the slash they entered in the aspect ratio value.
Hello, our client wants to add html code that includes the aspect-ratio style property with the value 16/9 to the embed html like this: <div style="max-height: 900px;aspect-ratio: 16/9;margin: auto;"> I allowed the aspect ratio for the style property in the xssprotection config.xml and want to allow...