-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #763 from Kit/restrict-content-tags-use-signed-sub…
…scriber-id Member Content: Tags: Use Signed Subscriber ID
- Loading branch information
Showing
5 changed files
with
236 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,9 @@ TEST_SITE_WP_DOMAIN=127.0.0.1 | |
[email protected] | ||
TEST_SITE_HTTP_USER_AGENT=HeadlessChrome | ||
TEST_SITE_HTTP_USER_AGENT_MOBILE=HeadlessChromeMobile | ||
CONVERTKIT_API_SUBSCRIBER_EMAIL="[email protected]" | ||
CONVERTKIT_API_SUBSCRIBER_ID="1579118532" | ||
CONVERTKIT_API_SUBSCRIBER_ID_NO_ACCESS="1632998602" | ||
CONVERTKIT_API_FORM_NAME="Page Form [inline]" | ||
CONVERTKIT_API_FORM_ID="2765139" | ||
CONVERTKIT_API_FORM_FORMAT_MODAL_NAME="Modal Form [modal]" | ||
|
@@ -47,8 +50,6 @@ CONVERTKIT_API_SEQUENCE_NAME="WordPress Sequence" | |
CONVERTKIT_API_SEQUENCE_ID="1030824" | ||
CONVERTKIT_API_TAG_NAME="wordpress" | ||
CONVERTKIT_API_TAG_ID="2744672" | ||
CONVERTKIT_API_SUBSCRIBER_EMAIL="[email protected]" | ||
CONVERTKIT_API_SUBSCRIBER_ID="1579118532" | ||
CONVERTKIT_API_THIRD_PARTY_INTEGRATIONS_FORM_NAME="Third Party Integrations Form [inline]" | ||
CONVERTKIT_API_THIRD_PARTY_INTEGRATIONS_FORM_ID="3003590" | ||
CONVERTKIT_API_COMMERCE_JS_URL="https://cheerful-architect-3237.kit.com/commerce.js" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,9 @@ CONVERTKIT_API_KEY= | |
CONVERTKIT_API_SECRET= | ||
CONVERTKIT_API_SIGNED_SUBSCRIBER_ID= | ||
CONVERTKIT_API_SIGNED_SUBSCRIBER_ID_NO_ACCESS= | ||
CONVERTKIT_API_SUBSCRIBER_EMAIL="[email protected]" | ||
CONVERTKIT_API_SUBSCRIBER_ID="1579118532" | ||
CONVERTKIT_API_SUBSCRIBER_ID_NO_ACCESS="1632998602" | ||
CONVERTKIT_API_RECAPTCHA_SITE_KEY= | ||
CONVERTKIT_API_RECAPTCHA_SECRET_KEY= | ||
CONVERTKIT_API_FORM_NAME="Page Form [inline]" | ||
|
@@ -55,8 +58,6 @@ CONVERTKIT_API_SEQUENCE_NAME="WordPress Sequence" | |
CONVERTKIT_API_SEQUENCE_ID="1030824" | ||
CONVERTKIT_API_TAG_NAME="wordpress" | ||
CONVERTKIT_API_TAG_ID="2744672" | ||
CONVERTKIT_API_SUBSCRIBER_EMAIL="[email protected]" | ||
CONVERTKIT_API_SUBSCRIBER_ID="1579118532" | ||
CONVERTKIT_API_THIRD_PARTY_INTEGRATIONS_FORM_NAME="Third Party Integrations Form [inline]" | ||
CONVERTKIT_API_THIRD_PARTY_INTEGRATIONS_FORM_ID="3003590" | ||
CONVERTKIT_API_COMMERCE_JS_URL="https://cheerful-architect-3237.kit.com/commerce.js" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters