We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37380
    • 20 Posts
    My bad. It works well on 2.2.1 and later versions.

    I didn't update the "&scheme" to abs on the Wayfinder calls, that's why links still had relative paths.

    Some snippets like Breadcrumb/s though don't offer this "&scheme" option. I think this feature should be mandatory in all ModX Add-Ons offered.
    I believe the <base href> tag brings security issues in PROD environments & difficults the making of standard sites.
      • 22303 MODX Staff
      • 10,725 Posts
      Quote from: oriolsabate at Aug 21, 2012, 06:58 PM
      I believe the <base href> tag brings security issues in PROD environments & difficults the making of standard sites.
      I've been using the base tag with production MODX (and Etomite before that) sites since it's inception. What security issues do you believe it exposes? And how does it make building standard sites difficult?
        • 37380
        • 20 Posts
        @opengeek: Thanks for your response.

        Security issues:
        - When serving secure (ssl) & non-secure pages on your site.
        - Using cached [[++site_url]] or [[++base_url]] vars.

        Standardization issues:
        - Major: Changes the behavior of hashes and blank href links.
        - Minor: IE6 requires fix.

        Base element test results:
        http://www.w3.org/People/mimasa/test/base/results