Skip to content

Commit

Permalink
Updated NPM packages, fixed IP planner CIDR calculation, and added X-…
Browse files Browse the repository at this point in the history
…Frame-Options header for UI component
  • Loading branch information
DCMattyG committed Oct 23, 2023
1 parent 71c7d09 commit cb9d678
Show file tree
Hide file tree
Showing 6 changed files with 931 additions and 1,255 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
NOTES.md
TODO.md
/logs
/deployV2
2 changes: 1 addition & 1 deletion docs/how-to/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Place a checkmark next to the virtual networks you'd like to associate to the ta

## Reservations

Currently, IP CIDR block reservations are not supported via the UI, but are supported programmatically via the API. Please the **Example API Calls** section for more information on how to create IP address block reservations.
Currently, IP CIDR block reservations are not supported via the UI, but are supported programmatically via the API. Please see the **Example API Calls** section for more information on how to create IP address block reservations.

## vNETs, Subnets, and Endpoints

Expand Down
1 change: 1 addition & 0 deletions lb/nginx.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ http {

# Frontend
location / {
add_header X-Frame-Options "DENY";
proxy_pass http://ui;
proxy_intercept_errors on;
proxy_set_header Host $http_host;
Expand Down
Loading

0 comments on commit cb9d678

Please sign in to comment.