Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion networking/v1alpha3/istio.networking.v1alpha3.pb.html
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ <h2 id="HTTPRoute">HTTPRoute</h2>
<td><code><a href="#CorsPolicy">CorsPolicy</a></code></td>
<td>
<p>Cross-Origin Resource Sharing policy (CORS). Refer to
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access<em>control</em>CORS
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
for further details about cross origin resource sharing.</p>

</td>
Expand Down
2 changes: 1 addition & 1 deletion networking/v1alpha3/virtual_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/virtual_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ message HTTPRoute {
Destination mirror = 9;

// Cross-Origin Resource Sharing policy (CORS). Refer to
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
// for further details about cross origin resource sharing.
CorsPolicy cors_policy = 10;

Expand Down