TimVevida
TimVevida
Yet these attributes are allowed: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
**I'm submitting a bug report** * **Library Version:** 2.3.1 * **OS** Kubuntu 18.04 * **Browser:** Does not work in Firefox 67.0 Does work in Chromium 74.0.3729.169 **Current behavior:** Binding on...
Hi there, I am trying to use [cache-friendly filenames](https://www.askapache.com/htaccess/modrewrite-tips-tricks/#Cache-Friendly_File_Names) to speed up my website. However, my `.htaccess` rules defined in the root of the website are not executed. Some debugging...
Hi there, We have a setup where the contents of the acceptance site are copied to the live site. With the `.htaccess` rules containing the server name of the acceptance...
When there are no parameters in the URL, an error is thrown in the `paramsToObj` function (in Firefox at least): ``` TypeError: string.match(...) is null ```
How to test this code, apart from running it on a local WP installation and manually debugging? - Check all input types, and register deliberately unsupported types (for example tabs,...
Calls to .ensure() allowed both a string and a function as argument. The function was never actually executed, but parsed to get the string property name. The same effect can...
**I'm submitting a feature request** * **Library Version:** 1.1.2 **Please tell us about your environment:** * **Operating System:** Linux (kubuntu) * **Node Version:** 6.14.1 * **NPM Version:** 3.10.10 * **JSPM...
Currently, the code sample plugin only supports code blocks (``), while PrismJS supports two types of code: 1. Block code, in the form ` ... ` 2. Inline code, in...