mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
remove org/jsoup/safety/Safelist from exposed third party API
GitOrigin-RevId: 6d173cab5734af9daf9a9de97692926a3e963ff1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
40be973840
commit
955bf46e26
@@ -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;
|
package com.intellij.inspectopedia.extractor.utils;
|
||||||
|
|
||||||
import com.intellij.openapi.util.Pair;
|
import com.intellij.openapi.util.Pair;
|
||||||
@@ -17,7 +17,7 @@ import java.util.Iterator;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public final class HtmlUtils {
|
public final class HtmlUtils {
|
||||||
public static final Safelist SAFELIST = new Safelist();
|
private static final Safelist SAFELIST = new Safelist();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
SAFELIST.addTags("a", "b", "code", "i", "li", "list", "p", "s", "u");
|
SAFELIST.addTags("a", "b", "code", "i", "li", "list", "p", "s", "u");
|
||||||
|
|||||||
Reference in New Issue
Block a user