Closed witsec closed 5 years ago
Right now the extension doesn't properly filter the engine-tag:
<section id="top-1" class="engine"> <a href="https://mobirise.ws">Mobirise Website Builder</a> " v4.8.10" </section>
The regular expression needs some adjustments.
Could potentially solve this: /<section class="engine">.+<\/section>/img
/<section class="engine">.+<\/section>/img
With this: /<section.*class=['"]?engine['"]?[\s\S]*?<\/section>/img
/<section.*class=['"]?engine['"]?[\s\S]*?<\/section>/img
Fixed in v0.5
Right now the extension doesn't properly filter the engine-tag:
The regular expression needs some adjustments.