Skip to content

Commit

Permalink
wpcom.js: Remove problematic "whitelist" langauge
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Jun 30, 2020
1 parent 74049ca commit ba99f40
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wpcom.js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SOURCE_FILES = $(shell find $(ROOT) -name "*.js")
COMPILED_FILES = $(addprefix $(BUILDDIR)/, $(SOURCE_FILES))

JS_FILES := $(SOURCE_FILES) $(wildcard test/*.js)
JS_TESTING_FILES := $(wildcard test/test*.js test-whitelist/test*.js)
JS_TESTING_FILES := $(wildcard test/test*.js test-need-complete-access-origin/test*.js)

all: build build/wpcom.js

Expand Down

0 comments on commit ba99f40

Please sign in to comment.