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="http://xxxxxx.com/widget/?widgetid=xxxxxx&language=xxxxxx&companyid=xxxxxx"></script> <script type="text/javascript" src="http://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:
http://xxxxx.com/widget/?widgetid=xxxxxx&language=*&companyid=* http://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.