Hide browser interop warning.

This commit is contained in:
Koen J
2026-04-29 11:23:19 +02:00
parent 64938dba6c
commit 43ed2b16ab
@@ -170,12 +170,12 @@ class SourcePluginConfig(
"Unrestricted Http Header access", "Unrestricted Http Header access",
"Allows this plugin to access all headers (including cookies and authorization headers) for unauthenticated requests." "Allows this plugin to access all headers (including cookies and authorization headers) for unauthenticated requests."
)) ))
if(packagesOptional.contains("Browser") || packages.contains("Browser")) { /*if(packagesOptional.contains("Browser") || packages.contains("Browser")) {
list.add(Pair( list.add(Pair(
"Browser Interop", "Browser Interop",
"This plugin requires webbrowser interop. May access urls outside of the restricted urls. This will only work for official plugins and during development builds." "This plugin requires webbrowser interop. May access urls outside of the restricted urls. This will only work for official plugins and during development builds."
)) ))
} }*/
return list; return list;
} }