mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
clipper: ignore noscript elements
This commit is contained in:
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
const INVALID_ELEMENTS = ["script"];
|
||||
const INVALID_ELEMENTS = ["script", "noscript"];
|
||||
|
||||
type CloneNodeOptions = {
|
||||
images?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user