Skip to content

Handle URLs depending on fragments

Compare
Choose a tag to compare
@erkie erkie released this 26 Aug 13:39
· 47 commits to master since this release

This release adds support for websites using URL fragments instead of the pathname to identify resources. This is backwards incompatible for sites actually using this, otherwise it will work exactly the same. Example:

www.example.com/#!/article/1234 // affected
www.example.com/article/1234    // not affected

This only affects sites caching URL tags locally.