4

From the documentation:

The text field can contain a comma-separated list of content-types that should be enabled for compression via http Accept-Encoding/Content-Encoding.

On the Troubleshoot page - there is even screenshot with content-types added.

But when I'm trying to add new types (image/jpeg, application/javascript) - I have an error:

"Invalid characters. Characters allowed are alphanumeric, -, +, . and /."

What I'm doing wrong here?

Error screenshot

setevoy
  • 4,374
  • 11
  • 50
  • 87

2 Answers2

3

Remove the space following each comma.

v7d8dpo4
  • 1,399
  • 8
  • 9
1
text/plain,text/html,text/css,application/x-javascript,text/javascript,text/xml,application/vnd.ms-fontobject,application/javascript,application/json,application/x-font-opentype,application/x-font-truetype,application/x-font-ttf,application/xml,font/eot,font/opentype,font/otf,image/svg+xml

If you need all of them, keep in mind there must not be spaces anywere I know Azure

Uncharted
  • 257
  • 3
  • 13