Skip to content

Commit

Permalink
Drop itemweb plugins
Browse files Browse the repository at this point in the history
The plugin can do some network request to show full web pages in CopyQ.
It may also use a bit outdated libraries. So there is a security
concern.

Apart from that there were some performance issues in past and current
main developer doesn't use the plugin and there are no automated tested.

The plugin was not available in the official Windows builds because it
required some large dependencies to be included.

So, in all, it's better to remove the plugin.

Signed-off-by: Lukas Holecek <hluk@email.cz>
  • Loading branch information
hluk committed Oct 25, 2020
1 parent c46cd97 commit 5746389
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 447 deletions.
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ export QT_SELECT=5
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_WEBKIT=1
-DCMAKE_BUILD_TYPE=Release
1 change: 0 additions & 1 deletion plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ add_subdirectory("itempinned")
add_subdirectory("itemtags")
add_subdirectory("itemtext")
add_subdirectory("itemsync")
add_subdirectory("itemweb")
22 changes: 0 additions & 22 deletions plugins/itemweb/CMakeLists.txt

This file was deleted.

249 changes: 0 additions & 249 deletions plugins/itemweb/itemweb.cpp

This file was deleted.

108 changes: 0 additions & 108 deletions plugins/itemweb/itemweb.h

This file was deleted.

Loading

0 comments on commit 5746389

Please sign in to comment.