Problem/Motivation
When a domain is added to allowed hosts, sub directories of that domain are not supported.
For example adding https://exampledomain.com does not allow tableau visualisations from urls like this: https://exampledomain.com/dir1/dir2/views/[your-tableau-viz-id].
Proposed resolution
Modify the getUrlRegexPattern method in MediaTableauEmbedFormatter.
Issue fork media_tableau-3462050
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
penyaskitoComment #6
penyaskitoFixed small typo before commit. Thanks for adding the tests!