Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek Petuskey authored and Alek Petuskey committed Jan 28, 2025
1 parent d83d6b3 commit 0b89329
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 2 deletions.
Binary file added .states/10752ecdd15276b3e646977e99ab5a56.pkl
Binary file not shown.
Binary file added .states/21230eeea37cea75efb973d39cedad40.pkl
Binary file not shown.
Binary file added .states/22b62b9d9ce9d5203d2e7002adbd481a.pkl
Binary file not shown.
Binary file added .states/2733558f62834187b6412c8d77e971c4.pkl
Binary file not shown.
Binary file added .states/28b46fc80a46f1760de6313adab4702f.pkl
Binary file not shown.
Binary file added .states/3c2dee9c37bc21fbd7aa0ae3d0f1412a.pkl
Binary file not shown.
Binary file not shown.
Binary file added .states/54b3b5b32fb1395916ce7231484d5b96.pkl
Binary file not shown.
Binary file added .states/6edcb033fb5789455653805223360028.pkl
Binary file not shown.
Binary file not shown.
Binary file added .states/7ba2b9249b33ffba413463ac12fdfc5b.pkl
Binary file not shown.
Binary file not shown.
Binary file added .states/92c13563e62e070c5709b727c44a6ce9.pkl
Binary file not shown.
Binary file added .states/afdac41b9be007fa1ac039456676a5fe.pkl
Binary file not shown.
Binary file added .states/b14feffd78f98ef5d3854745e9d6c59f.pkl
Binary file not shown.
Binary file added .states/bc6d25e0f953993c06e9b3cf869bfee0.pkl
Binary file not shown.
Binary file added .states/d06b838d99a1b96673a24c9038b13ceb.pkl
Binary file not shown.
Binary file added .states/e99602c41298d83512b5c531734c809f.pkl
Binary file not shown.
Binary file added .states/ead874657ac728889ab505d06b342b60.pkl
Binary file not shown.
Binary file added .states/f12ff333940c597b953838c8360cd08a.pkl
Binary file not shown.
Binary file added .states/fbcd350d5c0a1a95b40dc505dfba6903.pkl
Binary file not shown.
4 changes: 3 additions & 1 deletion pcweb/pages/pricing/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

FRAMEWORK_SECTION = [
("Open Source Framework", True, True, True, True),
("Built-in Auth", False, False, True, True),
("One Click Auth", False, False, True, True),
("Embed Reflex Apps", False, False, True, True),
]

Expand All @@ -54,6 +54,7 @@

HOSTING_BOOLEAN_SECTION = [
("CLI Deployments", True, True, True, True),
("Automatic CI / CD Deploy (Github)", True, True, True, True),
("Custom Domains", False, True, True, True),
("Secret Manager", False, True, True, True),
("App Analytics", False, True, True, True),
Expand All @@ -64,6 +65,7 @@
("Web App Firewall", True, True, True, True),
("HTTP/SSL", True, True, True, True),
("DDos Protection", True, True, True, True),
("2 Factor Auth", True, True, True, True),
("Audit Logs", False, False, False, True),
("SSO", False, False, False, True),
]
Expand Down
2 changes: 1 addition & 1 deletion pcweb/whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - Correct: WHITELISTED_PAGES = ["/docs/getting-started/introduction"]
# - Incorrect: WHITELISTED_PAGES = ["/docs/getting-started/introduction/"]

WHITELISTED_PAGES = ["/pricing"]
WHITELISTED_PAGES = []


def _check_whitelisted_path(path):
Expand Down

0 comments on commit 0b89329

Please sign in to comment.