Exclude extern javascript with wildcards
-
I would excluds 2 externals javascript files. This Files are javacript files but not have the js extension an have dynamic parameters, therefore I musst use wildcards.
This are the script tags:
<script type="text/javascript" src="https://xxxxxx.com/widget/?widgetid=xxxxxx&language=xxxxxx&companyid=xxxxxx"></script> <script type="text/javascript" src="https://xxxxxx.com/widget/?widgetid=xxxxxx&language=xxxxxx&arrival=2xxxxxx&departure=xxxxxx&typeroom=xxxxxx&board=xxxxxx&nrrooms=xxxxxx"></script>
I have tried:
in the field: Never minify the following JS files:
https://xxxxx.com/widget/?widgetid=xxxxxx&language=*&companyid=* https://xxxxx.com/widget/?widgetid=xxxxxx&language=*&arrival=*&departure=*&typeroom=*&board=*&nrrooms=*
Not work ?? The files are minimizied…
Someone has a solution?
- The topic ‘Exclude extern javascript with wildcards’ is closed to new replies.