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

fix dataset/new #1112

Merged
merged 1 commit into from
Oct 24, 2023
Merged

fix dataset/new #1112

merged 1 commit into from
Oct 24, 2023

Conversation

FuhuXia
Copy link
Member

@FuhuXia FuhuXia commented Oct 24, 2023

For GSA/data.gov#4161 (comment)

before it matches /dataset/new*, now it matches /dataset/new.

@FuhuXia FuhuXia requested a review from a team October 24, 2023 13:24
@Jin-Sun-tts Jin-Sun-tts merged commit e5ea200 into main Oct 24, 2023
6 checks passed
@Jin-Sun-tts Jin-Sun-tts deleted the dataset-new branch October 24, 2023 14:29
@@ -82,6 +82,6 @@ location = /500.html {
}

# prevent users from accessing: '/dataset/new' route, 'package_create' and 'resource_create' API routes
location ~ ^/(dataset\/new|api\/action\/package_create|api\/action\/resource_create)\/? {
location ~ ^/(dataset\/new|api\/action\/package_create|api\/action\/resource_create)/?$ {
Copy link
Contributor

Choose a reason for hiding this comment

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

nice fix, fuhu!

Choose a reason for hiding this comment

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

Did you really need to remove the \? I like the end-of-line, easy fix 😉

Copy link
Member Author

@FuhuXia FuhuXia Oct 25, 2023

Choose a reason for hiding this comment

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

In nginx, escaping forward slash is optional. But since the leading / is not escaped, why escape the trailing one.

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.

4 participants