remove org/jsoup/safety/Safelist from exposed third party API

GitOrigin-RevId: 6d173cab5734af9daf9a9de97692926a3e963ff1
This commit is contained in:
Daniil Ovchinnikov
2024-02-28 01:24:58 +01:00
committed by intellij-monorepo-bot
parent 40be973840
commit 955bf46e26

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.inspectopedia.extractor.utils;
import com.intellij.openapi.util.Pair;
@@ -17,7 +17,7 @@ import java.util.Iterator;
import java.util.List;
public final class HtmlUtils {
public static final Safelist SAFELIST = new Safelist();
private static final Safelist SAFELIST = new Safelist();
static {
SAFELIST.addTags("a", "b", "code", "i", "li", "list", "p", "s", "u");