"allow-popups" allows popup windows (for example, using window.open or target="_blank").
"allow-popups-to-escape-sandbox" allows pop-ups not to inherit sandbox mode (for example, so that in a popup window with JavaScript it is allowed without "allow-scripts" for a frame).
"allow-same-origin"allows loading frame content (interprets this as content from the same source as the parent document). Blocks popup windows, so it can be used to open content safely.
"allow-scripts" allows running and executing scripts. However, creating popup windows is prohibited.
"allow-top-navigation" allows opening frame links in the parent document.
"allow-top-navigation-by-user-activation" allows opening a frame link clicked by the Toloker in the parent document.