Skip to content

Commit

Permalink
Merge pull request #201 from Azure/ip-planner-bugfix
Browse files Browse the repository at this point in the history
IP Planner Fixes, Vulnerability Fixes and Clickjacking Fix
  • Loading branch information
hbendana authored Oct 23, 2023
2 parents 71c7d09 + cb9d678 commit d9c5f4e
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 d9c5f4e

Please sign in to comment.