Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Remove support for Flash and other plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Mar 16, 2012
1 parent a59f11b commit 8c7b586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qt/src/3rdparty/webkit/Source/WebCore/features.pri
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ contains(DEFINES, ENABLE_SINGLE_THREADED=1) {
# Tiled Backing Store support
!contains(DEFINES, ENABLE_TILED_BACKING_STORE=.): DEFINES += ENABLE_TILED_BACKING_STORE=1

# Always disable NPAPI
DEFINES += ENABLE_NETSCAPE_PLUGIN_API=0

# Nescape plugins support (NPAPI)
!contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=.) {
unix|win32-*:!embedded:!wince*: {
Expand Down

0 comments on commit 8c7b586

Please sign in to comment.