Layer 7 & white name list

If I want to add white name list for domain name.
*.mytimezero.com
*.maxsea.fr
*.mapmedia.com
*.nobeltec.com

Now, i am using

/ip firewall layer7-protocol
add name=maxsea1 regexp="^.+(maxsea.fr).$"
add name=maxsea2 regexp="^.+(mytimezero.com).
$"
add name=maxsea3 regexp="^.+(mapmedia.com).$"
add name=maxsea4 regexp="^.+(nobeltec.com).
$"
add name=maxsea5 regexp="^.+(cloudapp.net).*$"

is it correct ? because it seems not working !