Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support additional AMP params #1379

Merged
merged 4 commits into from
Aug 2, 2021
Merged

Support additional AMP params #1379

merged 4 commits into from
Aug 2, 2021

Conversation

SerhiiNahornyi
Copy link
Collaborator

No description provided.

@SerhiiNahornyi SerhiiNahornyi requested a review from And1sS July 20, 2021 12:22
rpanchyk
rpanchyk previously approved these changes Aug 2, 2021

private static Integer gdprFromQueryStringParams(HttpRequestContext httpRequest) {
final String gdprAppliesParam = httpRequest.getQueryParams().get(GDPR_APPLIES_PARAM);
if ("true".equals(gdprAppliesParam)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor. Pls follow project code-style and use apache StringUtils.

@rpanchyk rpanchyk merged commit 6eae644 into master Aug 2, 2021
@rpanchyk rpanchyk deleted the additional/amp/params branch August 2, 2021 11:01
nickluck9 pushed a commit that referenced this pull request Aug 9, 2021
nickluck9 pushed a commit that referenced this pull request Aug 10, 2021
nickluck9 pushed a commit that referenced this pull request Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants